[jboss-user] [JBoss Seam] - Re: Problems with navigations with null outcomes

petemuir do-not-reply at jboss.com
Sat Feb 17 18:15:29 EST 2007


Try


  | <page view-id="/user/new.xhtml" no-conversation-view-id="/user/list.xhtml">
  |         <navigation from-action="#{userManager.create}">
  |             <rule if-outcome="userList">
  |                 <redirect view-id="/user/list.xhtml"/>
  |             </rule>
  |         </navigation>
  |     </page>
  | 

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

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



More information about the jboss-user mailing list