Roo/form/BasicForm.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 29 Jul 2010 04:25:28 +0000 (12:25 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 29 Jul 2010 04:25:28 +0000 (12:25 +0800)
Roo/form/BasicForm.js

index 297c8b3..f628290 100644 (file)
@@ -318,9 +318,7 @@ clientValidation  Boolean          Applies to submit only.  Pass true to call fo
             });
             add.render(this.el);
             
-            this.add( new Roo.form.Hidden({
-                name : fe.name
-            }));
+            this.add( add );
         }, this);
         
     },