Variation of submission of data v3.5.1 to v3.8.0

Posted by Simon on
URL: https://discuss.orbeon.com/Variation-of-submission-of-data-v3-5-1-to-v3-8-0-tp3249064.html

Hi

I am fairly new to this and have an issue transferring our current documents that are on 3.5.1 Orbeon to 3.8.0.

In 3.5.1 The forms appear correctly, and submit to the correct url.

In 3.8.0 The forms appear correctly but on pressing the submit buttons all that happens is that the page refreshes and doesnt post to the correct URL.

Can anyone give me a clue as to any changes between the versions that might cause this
The code snippets are as follows

In the model
   <xforms:submission id="cancel_model_Document"
     ref="instance('instance_model_Document')"
     action="{xxforms:instance('url')/serverpath}/POST-page.php?action=cancel"
     method="post"
     validate="false"/>

In the body
     <xforms:trigger>
      <xforms:label ref="instance('url')/cancel/canceltext"/>
      <xforms:action ev:event="DOMActivate">
       <xforms:send submission="cancel_model_Document"/>
      </xforms:action>
     </xforms:trigger>

Many thanks in anticipation

Simon