You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The way the caught error events are handled is up to the developer. In most cases an error message is shown in a modal dialog frame which pops up. In the example provided, the error messages are sent to a JavaScript operation and by using jQuery the error message details are set in the error window.

Figure: JavaScript Error Handlers

To get an idea on how the error information is set on the user interface, use the JavaScript Editor by right-clicking on the corresponding JavaScript operation found within the example (onHTTPConnectionError, onAJAXFault).

  • No labels