[jboss-user] [JBoss Seam] - Re: page refresh instantiates new conversation, how to avoid
christian.bauer@jboss.com
do-not-reply at jboss.com
Thu Jun 21 09:19:51 EDT 2007
Actually, there is a way, with a redirect:
| <s:link id="createDoc" styleClass="linkNavigation" action="createDoc"><u>C</u>reate</s:link>
|
pages.xml:
| <navigation>
| <rule if-outcome="createDoc">
| <begin-conversation flush-mode="MANUAL"/>
| <redirect view-id="/docCreate.xhtml"/>
| </rule>
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4056476#4056476
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4056476
More information about the jboss-user
mailing list