Hi all,
since updating Smartgwt from 2.0 to 2.1 and 2.2 UncaughtExceptionHandler doesnīt seem to work as excepted. Using Version 2.0 I defined global UncaugtExceptionHandler in onModuleLoad() which worked fine. Since version 2.1 this exception handler isnīt called any more. So do I have to define UncaughtExceptionHandler in every of my controller classes? I donīt think this is the recommended way... Iīm using GWT 2.0.3 with Smartgwt 2.2.
Any Suggestions?
Regards Rainer
since updating Smartgwt from 2.0 to 2.1 and 2.2 UncaughtExceptionHandler doesnīt seem to work as excepted. Using Version 2.0 I defined global UncaugtExceptionHandler in onModuleLoad() which worked fine. Since version 2.1 this exception handler isnīt called any more. So do I have to define UncaughtExceptionHandler in every of my controller classes? I donīt think this is the recommended way... Iīm using GWT 2.0.3 with Smartgwt 2.2.
Any Suggestions?
Regards Rainer
Comment