Peter Charles wrote:
When using <action id="enter" when="/form/selection = 'submit'"
action="SOME-PIPELINE.xpl"> in the configuration file is there anyway to
pass the SOME-PIPELINE.xpl an additional param besides the form input?

The pipeline you reference from <action action="pipeline.xpl"> can only view the XForms instance if it declares an input named "data".


Now you can instruct the Web application controller to modify the XForms instance based on part of the URL with a <param> element in your controller.xml (see http://www.orbeon.com/oxf/doc/processors-controller#N10225). I am not sure that this is what you are looking for, but this is typically useful when you have a set of similar pages with different URLs, that you want to handle all those URLs with just one <page> element, but that you still need to know the current URL in your action/view/model.

Alex

_______________________________________________
oxf-users mailing list
[EMAIL PROTECTED]
http://mail.orbeon.com/mailman/listinfo/oxf-users

Reply via email to