[jboss-user] [JBoss Seam] - Re: How to use Seam Identity?

shane.bryzak@jboss.com do-not-reply at jboss.com
Wed Feb 28 14:55:13 EST 2007


"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



More information about the jboss-user mailing list