Roo/form/BasicForm.js
[roojs1] / Roo / form / BasicForm.js
index d1d92bf..5c1b0e7 100644 (file)
@@ -280,9 +280,8 @@ clientValidation  Boolean          Applies to submit only.  Pass true to call fo
             
         }else{
             Roo.callback(o.failure, o.scope, [this, action]);
-            
+            // show an error message if no failed handler is set..
             if (!this.hasListener('actionfailed')) {
-               
                 Roo.MessageBox.alert("Error", "Saving Failed, please check your entries");
             }