Hy.

In your template, try to remove the view tag.

There's obviously a problem with redirect tag in the page flow and view tag in 
the templates.

This solution work's for my problem.
see here http://www.jboss.com/index.html?module=bb&op=viewtopic&t=124715

If it doesn't work, i think you have to add some code like this in your 
page.xml:
<page view-id="*">
  |     <navigation from-action="#{myAction}">
  |       <end-conversation/>
  |      <redirect view-id="myPath/home.xhtml"></redirect>
  |     </navigation>
  |    </page>



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

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

Reply via email to