[jboss-user] [JBoss Seam] - Re: Identity.loggedIn and Session expiring
b.reeve
do-not-reply at jboss.com
Thu Dec 20 12:35:45 EST 2007
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
More information about the jboss-user
mailing list