[jboss-user] [JBoss Seam] - Re: Last try - Conversational Feature let me feel like an id

ASavitsky do-not-reply at jboss.com
Wed Sep 5 09:24:22 EDT 2007


I wouldn't recommend reusing the same conversation in different areas of the system. Whenever user switches to a different area, scrap the old conversation and create a new one. You can do it in the same request, by ending it in the link itself (via propagation="end") and beginning a new one in pages.xml (begin-conversation join="true").

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

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



More information about the jboss-user mailing list