0 Replies Latest reply on Jul 14, 2008 11:04 PM by emsa

    Pageflow does not start with join="true"

    emsa

      I have a long running conversation running and likr to start a pageflow in the context of that pageflow.


      I have a page.xml with this:


      <rule if-outcome="selected">
        <begin-conversation pageflow="viewContract" join="true"/>
        <redirect view-id="/secure/contract/contract_details.xhtml" />
      </rule>
      



      I get the redirect but the pageflow is not started and there no error message. Is it not possible to start a pageflow in an already running conversation?