Thanks for the replies,
I finally got that ruleset working by configuring

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

Is there any drawback in implementing it this way.

Thanks !

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4114734
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to