[jboss-user] [JBoss Seam] - Re: How to passing through request parameters to the next pa
schmatz
do-not-reply at jboss.com
Wed Feb 6 11:37:01 EST 2008
Finally I have found the solution!
This is my page action:
<page view-id="/emailAddrConfirmator.xhtml" login-required="true">
| <param name="verificationCode" />
| <action execute="#{emailAddrConfirmator.confirm}" />
| </page>
|
The interesting part is:
<param name="verificationCode" />
I've forgotten that you can use the param tag without the value attribute. See section 5.1.1.1.2. Propagating request parameters in the Seam tutorial. It says:
anonymous wrote : If just the name attribute is specified then the request parameter is propagated using the PAGE context (it isn't mapped to model property).
|
Thanks for your replies.
++Mark
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127077#4127077
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127077
More information about the jboss-user
mailing list