Re: dojo.validate.check is always true

2007-02-05 Thread Andrea Chiumenti
SOLVED! var results = dojo.validate.check(this.formEl , profiles[i]); On 2/5/07, Andrea Chiumenti <[EMAIL PROTECTED]> wrote: I mean results.isSuccessful() On 2/5/07, Andrea Chiumenti <[EMAIL PROTECTED]> wrote: > > Hi , > Can someone tell me why the call to > > var resul

Re: dojo.validate.check is always true

2007-02-05 Thread Andrea Chiumenti
I mean results.isSuccessful() On 2/5/07, Andrea Chiumenti <[EMAIL PROTECTED]> wrote: Hi , Can someone tell me why the call to var results = dojo.validate.check(this.formEl.id, profiles[i]); is always true even when I put some errors into the form and the validation exception message box appe

dojo.validate.check is always true

2007-02-05 Thread Andrea Chiumenti
Hi , Can someone tell me why the call to var results = dojo.validate.check(this.formEl.id, profiles[i]); is always true even when I put some errors into the form and the validation exception message box appears ? Thx, kiuma