dataProcessor not sending editing=true

I’m using a DataStore, synced with a Grid and bound with a Form. The DataStore is also synced with a DataProcessor.

When I edit info from the form and call form.save(), the DataProcessor POSTS the updated record but without sending the

parameter. Thus the connector does not detect the edition mode and returns a message:

This used to work. Do you have any idea what I could have setup wrong?

Do you have connector.js included on the page?
Is it included after dataprocessor.js ?

connector.js was included before dataprocessor.js

That fixed it. I have another issue but I’ll post it in another thread. :slight_smile:

Thanks.

i am havin the same problem and ur solution is not working

Can you provide some demo link or a standalone sample where issue can be checked ?