[jboss-user] [JBoss Seam] - Re: How to get a facelets parameter into a seam component
-Arthur-
do-not-reply at jboss.com
Mon May 21 07:49:50 EDT 2007
Hi!
Try it with:
| <ui:include src="groupManager.xhtml">
| <ui:param name="gruppenManager" value="#{component.property}"/>
| <ui:param name="benutzerManager" value"#{component.property}"/>
| </ui:include>
|
I dont evet know if this works with ui:define.
Anyway i think that can help you.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047200#4047200
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047200
More information about the jboss-user
mailing list