Extjs 5.0 model POST values not received on server side (working Extjs 4.2)
问题 I am upgrading our Extjs 4.2 app to Extjs 5.0. I am able to bring up all the read only pages but i am getting issues when i try to update/save the data. I will really appreciate your help!! My model data values are not showing up on the server side, i am able to print model with console.log(model) and it has all the values , but on the server side it only has id and all the other parameters are showing as null. Here is proxy in the model : Ext.define('MyApp.model.User', { extend: 'Ext.data