[jboss-user] [JBoss Seam] - JSF Composition Components with Seam
nhpvti
do-not-reply at jboss.com
Tue May 15 10:38:24 EDT 2007
I read this article http://www-128.ibm.com/developerworks/java/library/j-facelets/index.html and was excited about the possibility to compose quickly simple JSF components from source files:
web.xml
<context-param>
| <param-name>facelets.LIBRARIES</param-name>
| <param-value>
| /WEB-INF/facelets/tags/my.taglib.xml
| </param-value>
| </context-param>
my.taglib.xml
<facelet-taglib>
| <namespace>http://my.com/jsf</namespace>
| <tag>
| <tag-name>field</tag-name>
| <source>field.xhtml</source>
| </tag>
| </facelet-taglib>
But it seems that the "field" component is simply ignored - it is not rendered. Web application (generated with seam-gen) is working. No errors in server.log
Before I invest a lot of time into investigation, I'd like to ask Seam gurus whether it is possible in principle with all these ajax4jsf and/or seam view handlers?
Thank you in advance
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4045831#4045831
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4045831
More information about the jboss-user
mailing list