Versions above 1.0 won't return to callback function
Brought to you by:
kaiulrich
I have posted this at: http://forum.springsource.org/showthread.php?t=86787
Basically, I'm trying to submit a form through AJAX and the form contains several fields including a file input field. With version 1.0, the javacript callback function is executed after the server returns a JSON data response. But with higher versions, the JSON data is streamed back to the client and the javascript callback function is never executed at all. It's as if I'm downloading an HTML file that contains the JSON data. I'm not exactly sure if this is an issue on spring-json or json-lib.
By the way, I'm using this together with Spring 3.0.1.