[jboss-user] [JBoss Seam] - Conversation end&pop

kooudy do-not-reply at jboss.com
Mon Apr 30 11:09:26 EDT 2007


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#4041877

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



More information about the jboss-user mailing list