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.