I've been able to successfully use a form to update a feature service using:testupdate.applyEdits(null, [params], null, function test1(){alert("good to go")}, function(error){
console.log(error);
} );
.However, the error function always throws "TypeError: _17b.setAttributes is not a function" in firebug.anyone have any thoughts where to look for this _17b.setAttributes or what it is?