4 Replies Latest reply on Nov 1, 2007 12:19 PM by harpritt

    SEAM Page Navigation

    harpritt

      Hi ya people

      hope all is well in SEAM land...

      i was wondering if anyone new how to present the following JSF rule in the SEAM Pages.xml

      <navigation-rule>
       <navigation-case>
       <from-outcome>deletedoc</from-outcome>
       <to-view-id>/CRForDeleteDoc.xhtml</to-view-id><redirect />
       </navigation-case>
       </navigation-rule>
      code]
      
      im not ready to move away from the JSF return String method of page flow but i do want to get rid of my navigation.xml with all of the above rules.
      
      any way... cheers in advance
      
      H