我想在提交表单时提交两个不同的表单数据实例。
我尝试了以下它对我不起作用。
<xforms:submission id="save-instance-to-client"
ref="instance('form-instance-customer') instance('form-instance-customer-address')"
action="/exist/rest/db/orbeon/data.xml"
method="put"
validate="false"
replace="none">
<xforms:message ev:event="xforms-submit" level="modal">Attempting to save</xforms:message>
<xforms:message ev:event="xforms-submit-error" level="modal">An error occurred while saving!</xforms:message>
</xforms:submission>
请提出一些提交多个实例的方法。