@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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...