[jboss-user] [JBoss Seam] - Re: How bad is unused conversations?

jcg3 do-not-reply at jboss.com
Tue Jul 24 19:51:36 EDT 2007


In your menu links, you should do something like this:

<s:link value="Visible Label"
  | 	    view="/SomePage.xhtml"           propagation="end" />

That will kill off the old conversation as the new one starts.

This is assuming that you can start the new conversation from the Seam component, or in your pages.xml config.

Play around with it and leverage the debug.seam page to see how conversations are created/destroyed as you use various propagation and conversation settings.

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067226



More information about the jboss-user mailing list