Roo/form/Form.js
[roojs1] / Roo / form / Form.js
index 8339ad0..829ad89 100644 (file)
@@ -255,7 +255,7 @@ Roo.extend(Roo.form.Form, Roo.form.BasicForm, {
 
         this.root.render(this.el);
         
-        if (this.progressUrl && !this.form.findField( 'UPLOAD_IDENTIFIER')) {
+        if (this.progressUrl && !this.findField( 'UPLOAD_IDENTIFIER')) {
             // push a hidden field onto the list of fields..
             this.items.unshift(0, Roo.factory( {
                     xns: Roo.form,