Roo/bootstrap/Form.js
authoredward <edward@roojs.com>
Tue, 19 Apr 2016 04:34:41 +0000 (12:34 +0800)
committeredward <edward@roojs.com>
Tue, 19 Apr 2016 04:34:41 +0000 (12:34 +0800)
Roo/bootstrap/Form.js

index 5849ba3..4603525 100644 (file)
@@ -302,8 +302,13 @@ clientValidation  Boolean          Applies to submit only.  Pass true to call fo
     findField : function(id){
         var items = this.getItems();
         var field = items.get(id);
+        
+        
         if(!field){
              items.each(function(f){
+                 Roo.log(f.isFormField);
+                 Roo.log(f);
+                 Roo.log(f.getName());
                 if(f.isFormField && (f.dataIndex == id || f.id == id || f.getName() == id)){
                     field = f;
                     return false;