I'm not entirely sure I'm following, so I'll start with the obvious and see 
where it goes.  Supposing that you start your nested conversation like this:


  |     @Begin(nested=true,pageflow="two")
  |     public void doSomething() { ... }
  | 

Flow "two" just needs to start with a start-state:


  | <pageflow-definition name="two">
  |     <start-state name="start">
  |         <transition to="node1" />
  |     </start-state>
  | 
  |     <page name="node1" view-id="/page.xhtml">
  | ...
  |     </page>
  | 

That will start a nested conversation and take you to "/page.xhtml". 

Is that what you were asking, or did I misread the question>

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

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

Reply via email to