Hi friends.

I am developing a RESTful CRUD application using asynchronous calls to methods xhrPost, xhrDelete, xhrGet, and xhrPut the Dojo framework that comes with Spring JS 2.0.8.RELEASE. The problem is to send the form to the Controller with xhrPost in firefox works fine but it does not in IE7 or IE8, the associate arrives @ ModelAttribute null values. With xhrPut in firefox and IE is the same, to arrive @ ModelAttribute associated null values.

Thanks.