@Begin(join=true)
m1() {
  some code here;
  m2
}

@Begin(nested=true)
m2() {
  some code here;
  create component here that belongs to nested conversation;
}

does not create nested conversation, should it?


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

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

Reply via email to