[jboss-user] [JBoss Seam] - Re: 12.3.6 Login Redirection

shane.bryzak@jboss.com do-not-reply at jboss.com
Wed Apr 4 10:00:44 EDT 2007


The recommended way to achieve this is with pages.xml.  Here's a snippet from pages.xml from the seamspace example that redirects to the users profile page after logging in:


    <page view-id="/home.xhtml">
  |         <navigation from-action="#{identity.login}">
  |             <rule if-outcome="loggedIn">
  |                 <redirect view-id="/profile.xhtml"/>
  |             </rule>
  |         </navigation>

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

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



More information about the jboss-user mailing list