[jboss-user] [JBoss Seam] - Re: Seam Navigation

pete.muir@jboss.org do-not-reply at jboss.com
Tue Oct 9 08:15:00 EDT 2007


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#4092980

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



More information about the jboss-user mailing list