Ah yes... of course... creationComplete_handler. I had this problem when setting up form validation and the fields on the form weren't actually initialized themselves... something like that.
On 25 February 2010 16:09, Tracy Spratt <[email protected]> wrote: > > > Probably a timing issue. Binding is difficult to debug. Make sure your > dataSource var is bindable. Initialize might be too early. Test the content > in a handler function and also check it in a creationComplete handler. I > rarely use initialize for any data oriented work. > > >

