From 3d57e3818f9d4b5807c85fd620b788774bb762e1 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 10 Nov 2010 14:32:39 +0800 Subject: [PATCH] Roo/form/Action.js --- Roo/form/Action.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Roo/form/Action.js b/Roo/form/Action.js index d0e00190b8..9375cbdc3c 100644 --- a/Roo/form/Action.js +++ b/Roo/form/Action.js @@ -231,7 +231,8 @@ Roo.extend(Roo.form.Action.Submit, Roo.form.Action, { } this.form.afterAction(this, false); }, - failure : function(response){ + failure : function(response) + { this.uploadComplete= true; if (this.haveProgress) { Roo.MessageBox.hide(); @@ -241,6 +242,7 @@ Roo.extend(Roo.form.Action.Submit, Roo.form.Action, { this.failureType = Roo.form.Action.CONNECT_FAILURE; this.form.afterAction(this, false); }, + handleResponse : function(response){ if(this.form.errorReader){ var rs = this.form.errorReader.read(response); -- 2.39.2