Roo/form/BasicForm.js
authorAlan Knowles <alan@roojs.com>
Wed, 14 Mar 2012 04:33:58 +0000 (12:33 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 14 Mar 2012 04:33:58 +0000 (12:33 +0800)
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')) {