come back by redirect defined in pages.xml.

  | <page view-id="/addfoo.xhtml" login-required="true" 
action="#{foo.createFoo}">
  |         <navigation from-action="#{identity.logout}">
  |             <redirect view-id="/home.xhtml"/>
  |         </navigation>
  |         <navigation from-action="#{foo.confirm}">
  |             <redirect view-id="/listFoo.xhtml"/>
  |         </navigation>
  |         
  |     </page>
  | 

listFoo is not updated with latest entry. Is there a way I can make it hapen ? 

Thanks, 

M



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

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

Reply via email to