[jboss-user] [JBoss Seam] - Re: Configuring Facelets into Seam
petemuir
do-not-reply at jboss.com
Thu May 10 12:05:55 EDT 2007
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
More information about the jboss-user
mailing list