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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...