2 Replies Latest reply on May 9, 2007 4:58 AM by kooudy

    Redirect, Pageflow, jPDL, manually node reposition

    kooudy

      Hello,
      when I manually redirect to another view, then I see new view but the pageflow stays on previous node.
      Previous node doesn't have defined transitions like new displayed page, so
      transitions doesn't work.

      Should I reposition Pageflow manually or it should do component Redirect (bug).

      Am I able to reposition parent conversation pageflow?

      (pageflow is defined via jPDL)

      thanx

      example:
      Redirection

      Redirect redir = Redirect.instance();
       redir.setViewId("/detail.jsp");
       redir.execute();


      I must reposition pageflow to new node:

      Pageflow.instance().reposition("detail");



      And when I do this (reposition parent pageflow):
       Conversation.instance().pop();
       Pageflow.instance().reposition("detail");


      then nested conversation isn't ended