Seam 1.2.1.GA
public class Conversation implements Serializable 
  | ......
  |    public void beginNested()
  |    {
  |       if ( Manager.instance().isLongRunningConversation() )
  |       {
  |          Manager.instance().beginNestedConversation( 
Seam.getComponentName(Conversation.class) );
  |       }
  |       else
  |       {
  |          throw new IllegalStateException("beginNested() called with no 
long-running conversation");
  |       }
  |    }
  | 

And I think you do not need nested conversations for this scenario. Do it in 
one conversation. Just throw away lower level selections when you make 
selection on some level.

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

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

Reply via email to