Orbeon 3.9 CE workflow-send doesn't work

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

Orbeon 3.9 CE workflow-send doesn't work

goral
This post was updated on .
Hi.
I have problem with workflow-send.

I have form on 3.9 PE and on 3.9 CE. The form works fine on 3.9 PE with configuration below, and doesn't work on 3.9 CE. When i change "oxf.fr.detail.send.success.method" to "get" the form goes to url, but i don't have submited xml data to that url.
If i have "oxf.fr.detail.send.success.method" to "post" the form-runner saves xml data in database  but doesn't go to url and i don't know why.
Please help me.
Thank you.


<properties xmlns:xs="http://www.w3.org/2001/XMLSchema"
            xmlns:oxf="http://www.orbeon.com/oxf/processors">

        <property as="xs:boolean" name="oxf.fr.version.*.*" value="false"/>
       
        <property as="xs:anyURI" name="oxf.fr.default-logo.uri.*.*" value=""/>

        <property as="xs:boolean" name="oxf.fr.email.attach-pdf" value="false"/>
        <property as="xs:boolean" name="oxf.fr.alfresco.send-pdf" value="false"/>
        <property as="xs:boolean" name="oxf.fr.detail.send.pdf" value="false"/>
        <property as="xs:boolean" name="oxf.fr.detail.send.alfresco" value="false"/>
        <property as="xs:boolean" name="oxf.fr.detail.send.email" value="false"/>
        <property as="xs:string"  name="oxf.fr.detail.buttons.*.*" value="workflow-send"/>
       
        <property as="xs:anyURI" name="oxf.fr.detail.send.uri.*.*" value="http://10.10.101.58/php/Orbeon/newsletter.html"/>
        <property as="xs:string" name="oxf.fr.detail.send.success.method.*.*" value="post"/>
        <property as="xs:string" name="oxf.fr.detail.error-summary.*.*" value="none"/>
        <property as="xs:anyURI"  name="oxf.fr.persistence.app.uri.*.*.*" value="/fr/service/mysql"/>
        <property as="xs:anyURI" name="oxf.fr.persistence.service.mysql.datasource" value="mysql"/>
</properties>
Reply | Threaded
Open this post in threaded view
|

Re: Orbeon 3.9 CE workflow-send doesn't work

Erik Bruchez
Administrator
This is by design: when using "get" method, Form Runner just navigates
to the result URL, but doesn't send form data. It wouldn't work well
anyway, as the form data would have to be on the URL.

-Erik

On Sat, Oct 20, 2012 at 1:59 AM, goral <[hidden email]> wrote:

> Hi. I have problem with workflow-send. I have form on 3.9 PE and on 3.9 CE.
> The form works fine on 3.9 PE with configuration below, and doesn't work on
> 3.9 CE. When i change "oxf.fr.detail.send.success.method" to "get" the from
> goes to url, but i don't have submited xml data. If i have
> "oxf.fr.detail.send.success.method" to "post" the form-runner saves in
> database xml data but doesn't if i change to post the xml data to my url
> doesn't come and i don't know why. Please help me. Thank you.
> ________________________________
> View this message in context: Orbeon 3.9 CE workflow-send doesn't work
> Sent from the Orbeon Forms (ops-users) mailing list archive at Nabble.com.
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing
> list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Orbeon 3.9 CE workflow-send doesn't work

goral
In reply to this post by goral
Hi.
With get it's working fine, but i don't know why it doesn't work with post parameter in "oxf.fr.detail.send.success.method.*.*"