I'm getting the following error, while using ExtJs MVC,
Uncaught TypeError: Cannot call method 'remove' of undefined
I traced the above error which goes to the line where i bind values from model to view,
Ext.getCmp('myForm').loadRecord(myModel);
Some of my form fields are disabled, and i'm still binding them. Is this the problem ?