[jboss-user] [JBoss Seam] - Page navigation part resent (Re: Newbei question: Page navi
zwu_ca
do-not-reply at jboss.com
Thu May 24 10:21:07 EDT 2007
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#4048325
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048325
More information about the jboss-user
mailing list