[jboss-user] [JBoss Seam] - Reference outcome value from pages.xml

onishi do-not-reply at jboss.com
Mon Sep 24 17:32:30 EDT 2007


Is there a way to access the outcome value from pages.xml?

I want something like this: 


  | ...
  |     <page view-id="/a.jspx">
  |         <navigation from-action="#{manager.doSomething()}">
  |             <redirect view-id="/b.jspx">
  |                 <param name="paramA" value="#{outcome.attribute}"/>                
  |             </redirect>
  |         </navigation>
  |     </page>
  | ...
  | 

where manager.doSomething() returns an object. "outcome" is what I want to get access to.

Thanks!

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

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



More information about the jboss-user mailing list