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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to