Hello there, 

I'm using seam CR2 and I'm having problems retrieving the conversation id of a 
nested conversation. 

Example: 

@Begin
public void startNormalConv(){
    Conversation.instance().getId();
}

The above code retrieves the Id of the conversation that was just created.

But if I'm trying:

@Begin(nested=true)
public void startNestedConv(){
    Conversation.instance().getId();
}

It will give me the Id of the parent conversation of and not the Id of the new 
nested one. 

Is this a "normal" behaviour ?
Is there any way I can retrieve the Id of the new nested conversation in the 
current code ? 

Thanks a lot,
Regards


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4102801
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to