[jboss-user] [JBoss Seam] - Re: Strange things happen with seam security

gavin.king@jboss.com do-not-reply at jboss.com
Sat Jun 23 05:32:54 EDT 2007


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



More information about the jboss-user mailing list