}
public void apply(FaceletContext faceletContext, UIComponent parent)
throws FacesException, ELException {
if (parent == null) {
throw new TagException(tag, "Parent UIComponent was null");
}
if (ComponentSupport.isNew(parent)) {
String nameValue = name.getValue(faceletContext);
if (TobagoConstants.ATTR_RENDERED.equals(nameValue)) {