[jboss-user] [JBoss Seam] - Re: #{identity.logout} rerenders page as if still logged in

svetzal do-not-reply at jboss.com
Fri Jul 27 21:40:42 EDT 2007


OK, I kludged it with this code snippet - it is functional now. Saw lots of posts with the snippet above, that I tried, but didn't realize I might need the <page view-id="*"> context around it...


  |     <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=4068415#4068415

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4068415



More information about the jboss-user mailing list