[jboss-user] [JBoss Seam] - Page Navigation Problem
grdzeli_kaci
do-not-reply at jboss.com
Wed May 30 04:09:25 EDT 2007
hi all,
i have page navigation from login page.xhtml to /inbox/maillist.xhtml but it does not working, because i have maillist.xhtml into inbox folder, if i move this page into root directory it works,, is there any specific configuration ?????
my example code :
1. login.page.xml
| <page>
| <navigation from-action="#{identity.login}">
| <rule if="#{identity.loggedIn}">
| <redirect view-id="/inbox/maillist.xhtml"/>
| </rule>
| </navigation>
| </page>
|
if i change maillist path it works :( , i want create pages into different folders, but it does not working :(
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049613#4049613
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049613
More information about the jboss-user
mailing list