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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to