helps to cross the chasm with their XForms builder. Thanks to AlexBleasdale for sharing.
Tips
*Passing XML as input to your XForm*
In your XForm:
<xf:instance id="edit-params" src="input:instance"/>
You can pass your input like this in your page-flow.xml:
The test.xml looks like this:
The "setValue" tag tells Orbeon to take the user and crvid passed to via the HTTP Querystring like so: &user=john?crvid=19-08-178 and sticks them into the fields.
Figuring these connections out is a nightmare. However, once you figure it out, its nectar.
Add Comment