// FIXME: use created UIOutput Label
// FIXME: see outcommented part
writer.startElement(HtmlConstants.LABEL, null);
writer.writeClassAttribute("tobago-label-default");
writer.writeAttribute(HtmlAttributes.FOR, itemId, null);
writer.writeText(item.getLabel(), null);
writer.endElement(HtmlConstants.LABEL);
// Application application = tobagoContext.getApplication();
// UIOutput label = (UIOutput)
// application.createComponent(TobagoConstants.COMPONENT_TYPE_OUTPUT);
// label.getAttributes().put(TobagoConstants.ATTR_FOR, itemId);