}
return false;
}
public String backgroundImage(FacesContext context, UIComponent component) throws IOException {
UISeparator separator = (UISeparator) component;
String lineType = separator.getLineType();
if (! isSupportedLineType(lineType)) {
lineType = UISeparator.LINE_TYPE_BEVEL;
}
String height = getHeight(context, component);
if (height.trim().endsWith("%"))