Re: error in xforms-ready and xxforms:dialog

Posted by James Gu on
URL: https://discuss.orbeon.com/error-in-xforms-ready-and-xxforms-dialog-tp43077p43078.html

More information:

In the submission in xforms-ready event. I added a xforms-sbumit-error action and wanted to display the dialog but it wasn't displayed. After that, I can not show this dialog in trigger (button) on page.

                <xforms:action ev:event="xforms-submit-error">
                    <xxforms:show dialog="error-dialog"/>
                </xforms:action>