I am trying to figure out some weird thing that is going on with my editing application. I am using the applyEdits method for a feature layer...
ami_Flayer.applyEdits(
null,[selectedGraphic],null,new AsyncResponder(editsCompleteHandler, featureLayer_faultHandler));
The problem I am having is that for certain features, I am unable to edit. I get the generic unable to apply edits message returned. {"error":{"code":400,"message":"Unable to complete operation.","details":["Unable to apply edits"]}} Yet, for others I can edit just fine. {"addResults":[],"updateResults":[{"objectId":1733,"globalId" : null,"success":true}],"deleteResults":[]} I have verified that selectedGraphic is a valid feature.