[jboss-user] [JBoss Seam] - Re: resetting/clearing a session scoped SFSB

asookazian do-not-reply at jboss.com
Wed Dec 26 17:58:11 EST 2007


Oh I see.  In pages.xml for the spring example is how it's redirected back home:

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

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

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



More information about the jboss-user mailing list