1 Reply Latest reply on Sep 24, 2007 6:29 PM by pmuir

    Reference outcome value from pages.xml

    onishi

      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!