Roo/form/BasicForm.js
[roojs1] / Roo / form / BasicForm.js
index 90cf507..8a1dac1 100644 (file)
@@ -279,6 +279,9 @@ clientValidation  Boolean          Applies to submit only.  Pass true to call fo
             this.fireEvent('actioncomplete', this, action);
             
         }else{
+            
+            // failure condition..
+            
             Roo.callback(o.failure, o.scope, [this, action]);
             // show an error message if no failed handler is set..
             if (!this.hasListener('actionfailed')) {