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

denis-karpov do-not-reply at jboss.com
Wed Jul 25 08:43:12 EDT 2007


Yes it is very important question.

now we have:
begin - marks current not long running conversation to be long running.
end - marks current long running conversation to be not long running.
join - join existing conversation (now it fails if there is no long running conversation, as I remember. Gavin promised to fix it ;-)
nest - begins nested conversation
none - leave the current long running conversation

But what if I want to start a new conversation no matter where I am now? Either I am in long running conversation or in not long running.
Like in this situation with menu bar. When I click menu item I want to start clean new long running conversation. In more strict words, to leave current conversation, to start new one (before render) and to mark a new one as long running.

(I am not sure is it possible now to leave one and start another new conversation inside one request?)

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

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



More information about the jboss-user mailing list