Roo/form/Form.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 10 Nov 2010 07:03:49 +0000 (15:03 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 10 Nov 2010 07:03:49 +0000 (15:03 +0800)
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,