//tobagoTag.setParent(root);
//tobagoTag.setPageContext(pageContext);
// tobagoTag.setRendered("true");
//tobagoTag.setDisabled("#{peter.male}");
//tobagoTag.setHeight("#{marry.size}");
tobagoTag.doStartTag();
UIComponent component = tobagoTag.getComponentInstance();
UICommand command = (UICommand) component;
Object disabled = component.getAttributes().get(Attributes.DISABLED);
LOG.debug("disabled = '" + disabled + "'");
Map attributes = component.getAttributes();