フォームを送信するときに、2つの異なるフォームデータインスタンスを送信したいと思います。
次のことを試しましたが、うまくいきませんでした。
<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>
複数のインスタンスを送信する方法を提案してください。