1 Reply Latest reply on Jan 17, 2008 12:31 PM by pmuir

    Is it possible to use page param in <page> <navigation>...

    gus888

      Hi there,

      I went through the docs, but couldn't find how to use page param in the docs sample code snippets:

      <page view-id="/editDocument.xhtml">
      
       <navigation from-action="#{documentEditor.update}">
       <rule if-outcome="success">
       <redirect view-id="/viewDocument.xhtml"/>
       </rule>
       </navigation>
      
      </page>
      Thank you in advance.