Add a navigation rule in pages.xml, of course:

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

Or maybe just:

<navigation from-action="#{identity.logout}">
  |    <redirect/>
  | </navigation>

If you want to stay on the current page.


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

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

Reply via email to