The only thing i see is the difference between the two redirection in your 
page.xml.

the fist one you wrote (and doesn't work) is 
<redirect view-id="/home.xhtml" />

and the secon one is
<redirect view-id="/home.xhtml"></redirect>

Try to inverse those two redirections and see what happen.

if it works, try something like this


  | <page view-id="*">
  |         <navigation from-action="#{navigation.retourAccueil}">
  |             <end-conversation />
  |             <redirect view-id="/home.xhtml"></redirect>
  |         </navigation>
  |         <navigation from-action="#{identity.logout}">
  |             <end-conversation />
  |             <redirect view-id="/home.xhtml"></redirect>
  |         </navigation>
  | </page>     


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

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

Reply via email to