Orbeon表单 - 将表单编辑URL发送到Rest服务

时间:2017-12-13 03:41:49

标签: forms url edit orbeon

我需要在单击表单的save按钮时将用于编辑特定表单的URL发送到REST服务。目前,该网址显示为success-message的一部分。在properties-local-pord.xml文件中查看我的媒体资源:

<property
    as="xs:string"
    name="oxf.fr.detail.process.save.VIRGINAUSI.*"
    value='
        require-uploads
        then require-valid
        then save
        then success-message(
            message="Form has been saved as : http://localhost:8080/orbeon/fr/VIRGINAUSI/VARADemo/edit/{/form/sec1/docID}"
        )
        recover error-message("database-error")
    '/>

现在,我需要在点击save按钮后发送此网址,而不将其显示为success-message的一部分。

0 个答案:

没有答案