The redirection after create and delete is handled by default by the 
some.page.xml controlling some.xhtml.  Ex.

<navigation from-action="#{someHome.persist}">
       <redirect view-id="/Some.xhtml"/>
   
   
   <navigation from-action="#{someHome.update}">
       <redirect view-id="/Somen.xhtml"/>
   
   
   <navigation from-action="#{someHome.remove}">
       <end-conversation/>
       <redirect view-id="/SomeList.xhtml"/>
   


-Samuel

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

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

Reply via email to