|
From: Roberto C. <rob...@in...> - 2006-07-07 13:07:26
|
Hi. I wrote a slightly different version of SimpleMappingExceptionResolver which puts the exception in the http session instead of in the model. In this way it is possible to use a redirect instead of a view and still be able to access the exception to be shown to the user. Using a redirect is usually better than a view since the flow of the application after a redirect follows the normal execution of the program. What do you think? /Roberto |