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"> ...
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 ...