[jboss-user] [JBoss Seam] - Re: Preserving querystring during redirect.captureCurrentVie

gena777 do-not-reply at jboss.com
Sun Jul 8 19:52:12 EDT 2007


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#4061794

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061794



More information about the jboss-user mailing list