3 Replies Latest reply on Oct 1, 2010 4:56 PM by njrich28

    Any idea why this navigation rule is not working

    mverkaik

      Hi all,


      Trying to do some redirection after an action takes place.  For some reason, the redirect doesn't get fired.  Here is the snipped from pages.xml:




          <page view-id="/firstPage.xhtml">
               <navigation from-action="#{registerAction.next}">
                    <redirect view-id="/nextPage.xhtml"/>
               </navigation>
          </page>





      Any thoughts why this would not be working?


      Best,


      Michiel