【发布时间】:2015-03-04 00:34:57
【问题描述】:
我已经寻找了一段时间,但找不到一个解决方案,当我按下保存最终按钮时,我可以将请求参数从我的表单发送到外部 web 应用程序。
这是迄今为止我在 properties-local.xml 中的内容...
<property as="xs:string" name="oxf.fr.detail.send.success.uri.*.*"
value="http://localhost:8080/monnieapp/?id={xxf:get-request-parameter('doc-id')}"/>
<property
as="xs:string"
name="oxf.fr.detail.process.save-final.*.*"
value='require-uploads
then require-valid
then save
then send(property = "oxf.fr.detail.send.success", uri = "http://localhost:8080/monnieapp/")
then success-message("save-success")
recover error-message("database-error")'/>
我尝试过更改值和属性名称等,但是当我尝试保存时不断收到以下消息...
An error has occurred while processing the request.
关于如何做到这一点的任何建议?
谢谢
【问题讨论】:
标签: parameters orbeon