[jboss-user] [JBoss Seam] - Re: Reusable Action Buttons tag through Facelets Composition
smendenh@redhat.com
do-not-reply at jboss.com
Thu Aug 16 13:15:25 EDT 2007
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
More information about the jboss-user
mailing list