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.