"tonylmai" wrote : 
  | Back to overriding the RuleBasedIdentity, the login method allows me to 
return a viewId to redirect user to a specific page. Yet the logout does not. 
How would I go about redirecting user to a different page after they have 
logged out?
  | 

Here's an example of redirect on logout in pages.xml:


  |     <page view-id="*">
  |         <navigation from-action="#{identity.logout}">
  |             <redirect view-id="/home.xhtml"/>
  |         </navigation>
  |     </page>
  | 

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

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

Reply via email to