Try to use the page parameters in pages.xml:
| <page view="/edit_user.xhtml" login-required="true">
| <param name="userId" value="#{editUser.userId}"/>
| </page>
|
if you request "/edit_user.seam?userId=someId" , after login succeeded, you
should be redirected to the page with userId set.
Gena
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061794#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...