[jboss-user] [JBoss Seam] - Re: how to redirecto back to intented page after login

mgombocz do-not-reply at jboss.com
Fri Feb 23 19:47:47 EST 2007


ooops!

Sorry, after another try it worked!

I messed up with the pages.xml files of versions 1.1.6.GA and CVS of 02-18-2007.

As soon as the request parameters are defined in
    <page view-id="/comment.xhtml">    
  |       <restrict/>
  |       
  |       <param name="name" value="#{selectedMember.memberName}"/>
  |       <param name="blogId" value="#{selectedBlog.blogId}"/>
  |       
  |       <navigation from-action="#{blog.saveComment}">
  |         <redirect view-id="/blogentry.xhtml"/>
  |       </navigation>
  |     </page>

it works fine.

Thx.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021414#4021414

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



More information about the jboss-user mailing list