[jboss-user] [JBoss Seam] - Re: pages.xml

waheed.murad do-not-reply at jboss.com
Wed Feb 14 08:45:17 EST 2007


i think, you can do it like this,

  | <page view-id="/page.xhtml">
  |        <navigation from-action="#{action.action}">
  |            <rule if-outcome="success">
  |                <redirect view-id="/viewA.xhtml">
  |            </rule>
  |           <rule if-outcome="failed">
  |                <redirect view-id="/viewB.xhtml">
  |            </rule>
  |         </navigation-case>
  |  </navigation-rule>
  | 



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

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



More information about the jboss-user mailing list