Hi,

Now if the answer to question #1 is "it is a model pipeline reference
to in the PFC", for example, then of course, the PFC won't read your
"outcome" output. It will read the "data" output if there is one, as
well as the "instance" output if there is one. For this to work, you
would have to write:

<p:config>
  <p:param type="input" name="instance"/>
  <p:param type="output" name="data"/>

  <p:processor name="oxf:identity">
    <p:input name="data" href="#instance"/>
    <p:output name="data" ref="data"/>
  </p:processor>
</p:config>

Now I understand; yes, the "reader" is page-flow.xml (PFC).

        Cheers,

        Matthew



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/
_______________________________________________
orbeon-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/orbeon-user

Reply via email to