[jboss-user] [JBoss Seam] - Re: Noob conversation confusion

gus888 do-not-reply at jboss.com
Wed Oct 10 17:16:01 EDT 2007


Hi,

I have been struggling on this issue for a long time. From Seam 2.0, I can create multiple conversations for the same bean, e.g. click @Begin method to create a new conversation id=1, then click page back and click @Begin again, another new conversation id=3 was created, ... (before Seam 2.0, if I do the same operation above, I will get an exception of needing @Begin (join=true)). However, in Seam 2.0, if I click @Begin to start a conversation from a bean("bean1"), then when I try to click @Begin to start another conversation from a different bean("bean2"), I still get an exception of needing @Begin(join=true), but I don't want to join the two conversations.  It was said that system only allow one front conversation, but how to switch a front conversation to back, and start a new front conversation? I never got it successful. Thanks in advance for a help on this issue.

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

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



More information about the jboss-user mailing list