You hit the nail on the head there Marten, that seems to have fixed it.
Thanks Marten.
Type: Posts; User: tonyday1988; Keyword(s):
You hit the nail on the head there Marten, that seems to have fixed it.
Thanks Marten.
Thanks for your response Marten.
I was in fact using the DefaultAnnotationHandlerMapping, I have changed this to RequestMappingHandlerMapping and I'm still getting this problem.
I can confirm...
I have two request mappings in a Spring MVC 3 application, one which takes json and xml, and another that takes application/x-www-form-urlencoded data. Example:
...