|     <!-- Tell the system where to send the user after login -->
  |     <page view-id="/login.xhtml">
  |         <navigation from-action="#{identity.login}">
  |             <rule if="#{identity.loggedIn}">
  |                 <redirect view-id="/pages/mainpage.xhtml"/>
  |             </rule>
  |         </navigation>       
  |     </page>
  | 

I must be doing summat silly...
I still cant get it to fire.
I will come back after some sleeps... its 02:36 and unlike Gavin I needs sleep!

Thanks for your help.

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

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

Reply via email to