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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...