Forcing Orboen external mode for Submits

Posted by ceebee on
URL: https://discuss.orbeon.com/Forcing-Orboen-external-mode-for-Submits-tp3010234.html

Hello,

I have the following problem :

When submitting any formdata with an XForms Submit, I want a spring controller to be the target.

This all works well, as long as I am using absolute URLs like

http://localhost:8080/application/myController.do 

eg:

<xforms:submission id="gui-submission" method="post" ref="instance('Instance')"
        resource="http://127.0.0.1:8080/application/myController.do" replace="all"  f:url-norewrite="true" />

but I want to use relative paths like

/application/myController.do

At this time, it seems, that the orboen Filter consumes this URL and dosen't redirect correctly ... How can I force orboen to use this external URL mode even on internal URLs

Best regards

christian