Hi Ken,
I tried with the above jackson jars and it still didnt work. Also tried registering my custom converter with register-defaults false...
<mvc:annotation-driven>
...
Type: Posts; User: dinup; Keyword(s):
Hi Ken,
I tried with the above jackson jars and it still didnt work. Also tried registering my custom converter with register-defaults false...
<mvc:annotation-driven>
...
Hi Kent,
Thanks for your timely response..I had org.codehaus.jackson.jackson-mapper and org.codehaus.jackson.jackson-core(1.9.8). Currently downloading the databind jar and trying whether it...
Hi Kent,
Thanks for your response...I had tried previously with produces ="application/json" and it didnt work. Also now i tried with
@RequestMapping(method = RequestMethod.GET, value = {...
Hi All,
Am also facing the same issue while upgrading to 3.2 from 3.0 and was closely following this post. I have tried all the above options as explained above..
AJAX call:
var urlMsg =...
Hi All,
Am also facing the same issue and was closely following this post. I tried all of the above options as expalined below:
My AJAX Call:
var urlMsg = contextPath + "/switch_user.htm";...