1 Reply Latest reply on May 20, 2009 5:14 PM by spoonman

    pages.xml Navigation after parameterized action method

    mrlueck

      Is there a way to do a redirect in pages.xml after an action method that has parameters has been called?  This doesn't work:


         <navigation from-action="#{someAction.someMethod()}" />




      If someMethod is parameterized (ie someMethod(parameter).)