Xforms data submission

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Xforms data submission

Madhav1066
HI ,
     I am new to Orbeon . my scenario is i have chosen separate deployment mode for Orbeon usage.
Now i have 2 war files . one is Orbeon and another is my own sample web application , which contains Controller.
My query is i have launched Orbeon application and created a sample page which contains Field ( Text field ).
When i submit that form which is running in Orbeon that has to send the request values to Controller which is present in Another WAR file.

Please guide me how can achieve this. If u have sample code based example , please send me.
Reply | Threaded
Open this post in threaded view
|

Re: Xforms data submission

Erik Bruchez
Administrator
You can try:

    <xf:submission
      xmlns:f="http://orbeon.org/oxf/xml/formatting"
      f:url-norewrite="true"
      action="/path/to/your/application"
      …/>

-Erik
Reply | Threaded
Open this post in threaded view
|

Re: Xforms data submission

Madhav1066
Thanks Erik . Working fine :)