0 Replies Latest reply on Nov 12, 2012 12:06 PM by davidfaulstich

    Seam 2.3.0 Final Navigation Problem

    davidfaulstich

      Hi.

       

      I have following navigation rule:

       

      <page view-id="/landpage.xhtml">
          <navigation>
              <rule if="#{identity.loggedIn}">
                  <redirect view-id="/search/index.xhtml"/>
              </rule>
          </navigation>
      </page>

       

       

      When I access the url /landpage.seam, if I am logged, the seam servlet isn 't redirecting to index.xhtml.

       

       

      Seam 2.3 issue or I am doing something wrong?

       

      I tried using that inside landpage.page.xml with no success.

       

       

      Thanks in advante.