RE: [flexcoders] Re: Lose reference to my Validator object after an asynchronous call

2005-05-12 Thread Matt Chotin
using a PreparedStatement or whatever the .Net equivalent is).   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of bhaq1972 Sent: Thursday, May 12, 2005 8:16 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Lose reference to my Validator

[flexcoders] Re: Lose reference to my Validator object after an asynchronous call

2005-05-12 Thread bhaq1972
thanks for your response. I will look at isStructureValid(). I used it ages ago but the example i tried from the flex docs wasn't making any async calls. but i will take a look again. --- In flexcoders@yahoogroups.com, "jgserrault" <[EMAIL PROTECTED]> wrote: > Could you perhaps just use/call the

[flexcoders] Re: Lose reference to my Validator object after an asynchronous call

2005-05-12 Thread jgserrault
Could you perhaps just use/call the isStructureValid() function of the validator class whenever you return from the remote call. Seems like it might be the easiest way to deal with this AND just give one last check of the form fields. --- In flexcoders@yahoogroups.com, "bhaq1972" <[EMAIL PROT