SimpleMappingExceptionResolver « MVC « Spring Q&A





1. I can't get SimpleMappingExceptionResolver work the way I want    stackoverflow.com

I am using spring 3 and I tried to add exception mapping this way:

<bean
        class="org.springframework.web.servlet.handler.SimpleMappingExceptionResolver">
        <property name="exceptionMappings">
 ...

2. Model data in SimpleMappingExceptionResolver    forum.springsource.org

Hi, I want to know how can I pass model data when i configure SimpleMappingExceptionResolver. I want the model data to be set so that it can be accessed by any ...