[jboss-user] [JBoss Seam] - Conversation question
amitev
do-not-reply at jboss.com
Mon Aug 20 07:35:13 EDT 2007
Hi all! I have the following code
| @In @Out
| private User user;
|
| @Begin(nested=true)
| public void begin() {
|
| }
|
| @End
| public void someAction() {
| ............
| Conversation.instance().pop();
| }
|
The question is - after i call Conversation.instance().pop(); and return to the parent conversation, will that mean that the User object will be outjected to the parent conversation after the nested conversation ends?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075782#4075782
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075782
More information about the jboss-user
mailing list