IBM WebSphere Multichannel Bank Transformation Toolkit, Version 7.1

Exception and error management

This feature of HTML Channel controls the errors and exceptions that have not been managed by the operations.

The following standard functionality is provided:

In the server-side toolkit configuration file (btt.xml), under the HtmlClient keyed collection, the attribute errorPage is the name of a JSP that is displayed when a system exception occurs. When this page is displayed by the presentation handler, the exception itself will be saved in the request under the key name "exception" (actually the key name is saved symbolically as com.ibm.btt.cs.html.HtmlConstants.EXCEPTION). The JSP can use the JSP Context Services bean to check for errors that were detected during the data validation process. The JSP can then retrieve and manage the specific data field error.



Feedback