Unanswered: Store sync - Cant read posted values on server
Unanswered: Store sync - Cant read posted values on server
Hi all,
I am trying the example on this http://docs.sencha.com/ext-js/4-0/#!...n_architecture. I followed the steps and created the Account Manager and everything works fine...Even i loaded the grid store from the database and that to works fine. Now if i edit the record and call the sync operation, the values get posted in the following format
But on the server, when i try to read this in my $_POST variable its empty. Even tried to read it from the $_REQUEST variable but there on the _dc value is posted
Is it problem on the server side or anything else ?