Sorry I didn't put the tag, which caused the text uncomprensive.
| Here I tried. The java code is in previous posting.
|
|
| | <page view-id="/home.xhtml">
| | <navigation>
| | <rule if="#{identity.loggedIn}">
| | <redirect view-id="/itemlist.xhtml"/>
| | </rule>
| | </navigation>
| |
| | </page>
| | <page view-id="/itemlist.xhtml" login-required="true"
>
| | <param name="id" value="#{itemlist.me}" />
| | <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=4048325#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...