aha!
the page was actually:

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

Thanks.

Fixed now.

Perhaps could be added to the doco in the login section!







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

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

Reply via email to