Something like
<page view-id="/login.xhtml">
| <navigation>
| <rule if="#{identity.loggedIn}">
| <redirect view-id="/userlist.xhtml"/>
| </rule>
| <rule if="#{userManager.passwordExpired}">
| <redirect view-id="/changePassword.xhtml"/>
| </rule>
| </navigation>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4092980#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...