Hi all,
i have an exception handling problem in web dynpro. For my app (WEB AS 6.40 SP 15) i need an exception handler to catch all exceptions before the overall errorpage is shown (because there you cannot log, clean up resources and show an individual error messages to the user).
In case of such an exception handler i don´t have spread try/catch blocks all over the WD code to catch exceptions the app cannot recover from.
Does anyone has a suggestion whether a hook or something else exists in web dynpro (e.g. something like the error page mapping in a servlet container?)
Thanks for help
Christian