|
I use javascript to show the dialog in xforms-sbumit-error (The submission is called in xforms-ready) and it works well. Please let me know if ths will cause other problems.
Also, I wonder why <xxforms:show dialog="error-dialog"/> doesn't work in xforms-ready while javascript works.
<xforms:action ev:event="xforms-submit-error"> <xxforms:script> ORBEON.xforms.Controls.showDialog('error-dialog', null);
</xxforms:script> </xforms:action>
Thanks,
James
|