Form Runner Page-Flow.xml

Posted by bsteuhl on
URL: https://discuss.orbeon.com/Form-Runner-Page-Flow-xml-tp1573188.html

How do you create your own submissions in Form Runner using page-flow.xml.

For example if I wanted to create my own PDF how would I configure the submission - page-flow.xml?  I understand that page-flow.xml is in orbeon-form-runner.jar.  I invesitgated that jar file.  I thought from within thr form I could create a submission like so:

In form builder create a submission which would be called by a trigger:
<xforms:submission id="pdf" resource="/fr/service/xpl" method="post" serialization="application/xml" replace="none" />

Then modify the page-flow.xml to include this path-info:

<page path-info="/fr/service/pdf" model="my_pdf.xpl" />

Create a folder called pdf and in that folder put my_pdf.xpl and my_pdf.xsl.

Repackage as a jar file and update in lib directory.

Is there something I am missing?  I like using Form Builder/Runner but also want the capability of creating my own xpl files like I do outside of Form Builder.


Thank you.