[jboss-user] [JBoss Seam] - how to start new conversation, new nested conversation and c

petekol do-not-reply at jboss.com
Thu Jul 20 08:37:20 EDT 2006


@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



More information about the jboss-user mailing list