You need to have jsf-facelets.jar in WEB-INF/lib (stuff *will* break otherwise) and if you want to do the ClassLibrary in code, you'll need to make sure its on the war classloader.
https://facelets.dev.java.net/nonav/docs/dev/docbook.html#taglib-create (or look at the jboss-seam-ui.jar/META-INF/*.taglib.xml for an example) - the xml way of declaring tags is *much* easier. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044729#4044729 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044729 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
