0 Replies Latest reply on Apr 16, 2008 6:26 PM by ziphyre

    Seam Navigation with richfaces modal panel

    ziphyre

      Hi,


      I got a wizard like module for new user registration. It's integrated in a modal pane with <a4j:include />


      The problem is, the navigation doesn't work if I put a slash before the path. (the way I should do, I think...), but it works without the slash.



      <page view-id="/newmember_page.xhtml">
         <navigation>
           <rule if-outcome="page2">                 
              <render view-id="/newmember_page2.xhtml"/>
           </rule>
          </navigation>
      </page> 
      



      Here, if write <page view-id="newmember_page.xhtml">, everything's OK,


      Any ideas?


      PS: Note that <render view-id="/newmember_page2.xhtml"/> works with slash...