HtmlTag label = writer.startTag("label");
label.addAttribute("class", StringUtils.coalesce(this.labelClass, this.cssClass));
label.addAttribute("style", StringUtils.coalesce(this.labelStyle, this.cssStyle));
if (control.useLabelId())
label.addAttribute("for", getId());
label.beginBody(this.label);
label.endTag();
}
else if (renderType==RenderType.CONTROL)
{ // Render Input
if (renderControlAsData(dic))