Jos Vos wrote:
On Tue, Jan 11, 2005 at 07:20:55PM +0100, Erik Bruchez wrote:


But now the question is why would setting instance-passing="forward" not work? Do you have another page-flow.xml in use?


The WEB-INF/resources/page-flow.xml includes, before the epilogue:

  <page path-info="/test1/*" model="/test1/page-flow.xpl"/>

On its turn, WEB-INF/resources/test1/page-flow.xpl contains:

  <p:config xmlns:p="http://www.orbeon.com/oxf/pipeline";
            xmlns:oxf="http://www.orbeon.com/oxf/processors";>
    <p:processor name="oxf:page-flow">
      <p:input name="controller" href="page-flow.xml"/>
    </p:processor>
  </p:config>

And in WEB-INF/resources/test1/page-flow.xml, the actual pages are
defined.

Then definitely try instance-passing="forward" in the page-flow.xml where your pages are defined.


You can also use the instance-passing="..." attribute on individual <result> elements.

-Erik


------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ orbeon-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/orbeon-user

Reply via email to