Martin Cosgrave wrote:

<quote who="Erik Bruchez">

Martin,

Does your model generate an "instance" output, and/or a "data" output?



it has a data output, I'm not sure how to declare an instance output

The same way you declare a data output:

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

Then you "ref" that output, for example if you have a SQL processor returning a new instance:

<p:processor name="oxf:sql">
  <p:input name="config">...</p:input>
  <p:output name="data" ref="instance"/>
</p:processor>

-Erik



-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
orbeon-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/orbeon-user

Reply via email to