{ log.error("Invalid parent component for "+getClass().getName());
return;
}
ControlTag controlTag = (ControlTag)parent;
TagEncodingHelper helper = controlTag.helper;
InputControl control = helper.getInputControl();
InputControl.ValueInfo valInfo = helper.getValueInfo(context);
String styleClass = helper.getTagStyleClass("eInpDis");
String tooltip = helper.getValueTooltip(helper.getTagAttribute("title"));
// render components
ResponseWriter writer = context.getResponseWriter();
writer.startElement(tagName, this);
if (StringUtils.isNotEmpty(styleClass))