This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: resuming parent conversationsgavin.king Apr 28, 2006 4:50 PM (in response to knaas)yes, it just swaps the workspace. it does not do a redirect. 
 You could write a method like this:public String popAndRedirect() { Conversation.instance().pop(); return Conversation.instance().redirect(); }
 I guess I should add a method like that to Conversation :-)
- 
        2. Re: resuming parent conversationsgavin.king Apr 28, 2006 4:58 PM (in response to knaas)I added redirectToParent() and redirectToRoot(). 
 
    