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

How do I get the outcome to be 
loggedIn
???

I have added the code above and it doesnt fire.

I will look at the example 2morrow.

THanks.


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

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

Reply via email to