I forget what the difference is between render and redirect, but I usually use redirect in
pages.xml.
|
| <page view-id="/list.xhtml">
| <navigation if-outcome="detail">
| <redirect view-id="/detail.xhtml"/>
| </navigation>
| </page>
| <page view-id="/detail.xhtml"
action="#{bean.loadDetail}"/>
|
|
Give that a whirl...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058433#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...