Submission errors are not getting displayed in separate web application
Posted by lakshmipmandava on Dec 23, 2010; 12:55pm
URL: https://discuss.orbeon.com/Submission-errors-are-not-getting-displayed-in-separate-web-application-tp3162011.html
Hi All,
I deployed xforms in separate web application and submitting to rest resource. some times because of xsd binds not able to save file and able to see some validations and file not getting saved and following is being used.
<xforms:submission id="s001" ref="instance('clinicalExamniationInstance')" method="post"
action="/rest/patientFile/<%= request.getParameter("cardId") %>/general/" replace="instance"
instance="clinicalExamniationInstance">
<xforms:message ev:event="xforms-submit-error" level="xxforms:log-error">A submission error occurred:<xforms:output value="event('error-type')"/></xforms:message>
</xforms:submission>
Would like to how to show form is not saved successful.
Thanks