Threaded View
-
16 Feb 2011 9:15 AM #1
[CLOSED]Model.save also fails...
[CLOSED]Model.save also fails...
This also fails with the following error:Code:var user = Ext.ModelMgr.create({name: 'Ed Spencer', email: 'ed@sencha.com'}, 'User'); user.save(); //POST /users
me.getProxy() is undefined
ext-all-debug.js (line 25850):
Code:me.getProxy()[action](operation, callback, me);
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
Uncaught ReferenceError: id is not defined When .save() with REST Model
By Jeff Blake in forum Sencha Touch 1.x: DiscussionReplies: 1Last Post: 18 Jan 2011, 3:54 PM -
Add record to store fails to save remotely
By [Daniel] in forum Ext 3.x: Help & DiscussionReplies: 1Last Post: 17 Nov 2010, 2:34 AM -
Save the column model changes
By Shaguar in forum Ext 2.x: Help & DiscussionReplies: 13Last Post: 17 Nov 2008, 12:13 PM


Reply With Quote