[jboss-user] [JBoss Seam] - Re: Concerning nested conversation

antispart do-not-reply at jboss.com
Tue Nov 21 15:44:10 EST 2006


Going back to my previous example:

@End
  | deselectA() {
  |    deselectB(); 
  | }
  | 
  | @End
  | deselectB() {
  |   ...
  | }

It seems that calling deselectA() will only kill the nested most conversation, but when it then calls deselectB() the 2nd conversation is not killed (even though the method is annotated with @End.

Is this a bug, or is there another way to kill the 2nd conversation? 

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3987712



More information about the jboss-user mailing list