}
public TagHandler createTagHandler(String ns, String localName, TagConfig tag) throws FacesException {
TagHandler result = super.createTagHandler(ns, localName, tag);
if (result == null) {
ComponentConfig componentConfig =
new ComponentConfigWrapper(tag, CompositeComponentImpl.TYPE, null);
result = new CompositeComponentTagHandler(