Hi,
I guess I missed some changes in shale 1.0.4. I override the
DefaultExceptionHandling so that my backing bean can throw to types of
exceptions one of my ApplicationExceptions and the unchecked
SystemExceptions. These two types were handled by the
DefaultExceptionHandler. For instance, the application exception just
ends up in an error message on the same view.
But now there is a responseComplete within the ShaleViewRoot (Is this
class new?) that prevents the rendering after exception handling.
So, do I need to introduce my own ViewRoot component or what is the
recommended way to handle my exceptions?
Regards
Ingo
- My exception handling is broken Ingo Düppe
-