[jboss-user] [JBoss Seam] - Re: Problems with links in pageflow pages based on templates
gazadonf
do-not-reply at jboss.com
Thu Nov 29 13:03:54 EST 2007
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
More information about the jboss-user
mailing list