Alerting the user when there is a submission error?

Hello,

I am trying to work my way through the various specifications and
figure out how (at least) one way in which to trap a submission
error and inform the user that there was a problem.  It seems like

<xf:model id="entry-model">
			
  <xf:message level="modal" ev:event="xforms-submit-error">

  Your data was NOT accepted by the server!

  </xf:message>

</xf:model>

might be approximately the idiom that I need, but this is not
working on the platform I am using, so I am unsure if this is
correct.

Thanks,

-bryan

Received on Monday, 14 June 2004 09:04:53 UTC