Roo/form/Action.js
[roojs1] / Roo / form / Action.js
index c388f89..4b571ae 100644 (file)
@@ -212,6 +212,7 @@ Roo.extend(Roo.form.Action.Submit, Roo.form.Action, {
         var o = this.options;
         var method = this.getMethod();
         var isPost = method == 'POST';
+        Roo.log(o);
         if(o.clientValidation === false || this.form.isValid()){
             
             if (this.form.progressUrl) {