[jboss-user] [JBoss Seam] - Conversation problem

artur.chyzy do-not-reply at jboss.com
Wed Feb 28 05:11:27 EST 2007


Hello. 
I have problems with Seam coversations (at least i think it's about conversations). 
I have something like this:

1. I enter the edit page which start long conversation (@Begin)
2. I choose another link (button) to show list of dependecy objects for edited object - edited object is propagated correctly. 
3. List of objects are shown correctly  - i choose to add another one - nested conversation begins (@Begin(nested="true"))
4. I edit object (or add another one) - choose some other objects from select like field
5. I save and object and end conversation (@End)

I back to list of dependency objects and to the previous conversation i suppose. 
I checked the debug.seam page and the last nested conversation is not removed. 

6. I choose to add aditional object (or edit some previous added object) and the objects selected in last nested conversation is in new conversation - which is wrong !!!

The bean (which has conversation scope) is also not created - because it still exists from last conversation. 

I also checked the parameters on links and after the save of object link has conversationId and parentConversationId. Ids are also incremented on entering the edit form (but don't change after save).
Also i put propagation param to links but it didn't help.

I suppose in some strange way the nested conversation is put to link - but it should't. 
Also why the long conversation is not ended after invoking method with @End annotation ??


Artur

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

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



More information about the jboss-user mailing list