[jboss-user] [JBoss Seam] - Re: custom JSF component with facelets

2007-02-24 Thread dilator
I think you have to specify it in web.xml if you do not package your library in to its own jar file? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021553#4021553 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4021553 _

[jboss-user] [JBoss Seam] - Re: custom JSF component with facelets

2007-02-23 Thread ffischer
"dgallego" wrote : Thanks! Did you ever find a solution for this problem? I have the exact same situation. Regards, Frank View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021434#4021434 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[jboss-user] [JBoss Seam] - Re: custom JSF component with facelets

2006-12-04 Thread dgallego
Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991006#3991006 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991006 ___ jboss-user mailing list jboss-user@lists.jboss.

[jboss-user] [JBoss Seam] - Re: custom JSF component with facelets

2006-12-04 Thread petemuir
I'm not sure then, I suggest you ask on the facelets list. https://facelets.dev.java.net View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991003#3991003 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991003 _

[jboss-user] [JBoss Seam] - Re: custom JSF component with facelets

2006-12-04 Thread dgallego
This is the structure of the jar under my /WEB-INF/lib/: META-INF: - faces-config.xml - nt.taglib.xml - taglib.tld and the packets structure containing my tags and JSF components. My tags work only if I specify facelets.LIBRARIES option under web.xml. faces-config.xml: | | h

[jboss-user] [JBoss Seam] - Re: custom JSF component with facelets

2006-12-04 Thread petemuir
You should see log messages when you access your first facelets page 13:20:37,850 ERROR [STDERR] 04-Dec-2006 13:20:37 com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/Z:/jboss/jboss-4.0.5.GA/server/default/./deploy/spm-seam.ear/spm-seam.war/WEB-INF/

[jboss-user] [JBoss Seam] - Re: custom JSF component with facelets

2006-12-04 Thread dgallego
OK, if i move the tomahawk.taglib.xml to tomahawk.jar!META-INF , it works, but with my tags this doesn't work :( any idea? My my.jar!META-INF content: taglib.tld (tags for MyFaces without facelets, for example). faces-config.xml (the JSF components). nt.taglib.xml (the link between the component-

[jboss-user] [JBoss Seam] - Re: custom JSF component with facelets

2006-12-04 Thread petemuir
It shouldn't be, no. Put it in META-INF/ if you are putting the facelets in a jar included in WEB-INF/lib. Put it in WEB-INF if you are just putting the facelets straight into your war. BTW I never needed that parameter for tomahawk if I put the tomahawk.taglib.xml in WEB-INF (or a sub dire