This might help ... You milage may vary ...
In your xml spring configuration file try :
<!-- Message resolvers -->
<bean id="messageSource"...
Type: Posts; User: emmett; Keyword(s):
This might help ... You milage may vary ...
In your xml spring configuration file try :
<!-- Message resolvers -->
<bean id="messageSource"...
You could use an Interceptor ... See the Spring Pro book. Like :
package com.blah.blah.controller;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;...
I'm using SimpleFormController and am getting a BindException and a typeMismatch when the springframework attempts to convert a string having numeric content into a Long.
The actual message is : ...