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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...