I solved this problem by doing exactly what you said, subclassing the SimpleMappingExceptionResolver.
Here's my solution
public class LoggingMappingExceptionResolver extends...
Type: Posts; User: Steve Middlekauff; Keyword(s):
I solved this problem by doing exactly what you said, subclassing the SimpleMappingExceptionResolver.
Here's my solution
public class LoggingMappingExceptionResolver extends...
It sounds to me like you should override
protected Map referenceData(HttpServletRequest request, Object command, Errors errors, int page) throws Exception
check the page and add whatever...
This seems to have been resolved with Firefox 1.5.0.2
Edit: Not resolved. Sorry for the confusion.
Having just solved this problem myself, it appears to me as though JohnDoeKyrgyz assessment of fieldMarkerPrefix isn't valid. I believe he misunderstood the use of it.
It should be used in this...
I am having the same issue using both resin and tomcat. It appears that
when using firefox the request is processed (or requested) twice and the second request/response squashes the first (correct)...