I configured the taglib file but my fieldset is still not being rendered. It writes out s:fieldset I have this in the top of my xhtml file:
xmlns:s="http://myfaces.apache.org/sandbox" and I have this in my web.xml <context-param> <param-name>facelets.LIBRARIES</param-name> <param-value> /WEB-INF/config/taglib/tomahawk.taglib.xml;/WEB-INF/config/taglib/sandbox.taglib.xml;/WEB-INF/config/taglib/a4j.taglib.xml </param-value> </context-param> Any help would be appreciated. Shawn

