[jboss-user] [JBoss Seam] - Problems retrieving nested conversation id

ng.tech do-not-reply at jboss.com
Thu Nov 8 03:33:28 EST 2007


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



More information about the jboss-user mailing list