responseWriter.writeAttribute("id",component.getClientId(facesContext), "id");
renderAttributes(facesContext,component,(List) component.getAttributes().get("annotatedAttributes"));
// Add command for the bridge
Bridge bridge = XulUtils.getBridge();
Zone zone = new Zone(component.getClientId(facesContext));
if (log.isDebugEnabled()) {
log.debug("Add WatchZonePropertyCommand for <selectedIndex> to DOM zone " + zone.getNodeId());
}
bridge.addCommand(new WatchZonePropertyCommand(zone,buildTargetName(component),"selectedIndex"));
}