Roo/Login.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 23 Jun 2010 08:10:33 +0000 (16:10 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 23 Jun 2010 08:10:33 +0000 (16:10 +0800)
Roo/Login.js

index 71c2500..90c9955 100644 (file)
@@ -462,11 +462,11 @@ Roo.extend(Roo.Login, Roo.LayoutDialog, {
                              
                             Roo.state.Manager.set(
                                 this.dialog.realm + '.username',  
-                                    this.form.findField('username').getValue()
+                                    this.findField('username').getValue()
                             );
                             Roo.state.Manager.set(
                                 this.dialog.realm + '.lang',  
-                                this.form.findField('lang').getValue() 
+                                this.findField('lang').getValue() 
                             );
                             
                             this.dialog.fillAuth(act.result.data);