"grdzeli_kaci" wrote : 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 :(
  | 

I suppose maillist.xhtml uses a template, something like

<ui:composition template="layout/template.xhtml">

You have to change it so:

<ui:composition template="/layout/template.xhtml">


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121226#4121226

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121226
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to