Hello,
I want to end nested conversation and then reposition parent conversation pageflow:
public void repositionPageflow() {
| //end nested
| Conversation.instance().endBeforeRedirect();
| //reposition parent
| Conversation.instance().pop();
| Pageflow.instance().reposition("detail");
| }
But nested conversation isn't ended.
What I am doing wrong?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041877#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...