Re: validation javascripts

2005-12-15 Thread Deepa Khetan
ya.. i agree with you Raghu!! I would want minlength validation to work before mask is applied.. But the order in which the validations are specified do not affect the order in which they are applied. I have tried that out. On 12/15/05, Raghu Kanchustambham <[EMAIL PROTECTED]> wrote: > > >> I'm no

Re: validation javascripts

2005-12-15 Thread Raghu Kanchustambham
>> I'm not sure it matters much which order they're applied in, though, since all have to pass >> anyway. Order does matter... That will decide which *one* of the error messages to display to the user when one of these tests fail. On 12/15/05, Laurie Harper <[EMAIL PROTECTED]> wrote: > > Deepa

Re: validation javascripts

2005-12-14 Thread Laurie Harper
Deepa Khetan wrote: Is there a way to specify the order of validaions to occur using validation.xml?? I have noticed that "mask" take precedence over "minlength" I'm not sure; maybe the order they're listed will affect the order they're applied? I'm not sure it matters much which order they're

Re: validation javascripts

2005-12-12 Thread Deepa Khetan
Is there a way to specify the order of validaions to occur using validation.xml?? I have noticed that "mask" take precedence over "minlength" On 12/13/05, Laurie Harper <[EMAIL PROTECTED]> wrote: > > Bahadır Yağan wrote: > > Hi, > > > > Is there a way to change the behavior of the validation pl

Re: validation javascripts

2005-12-12 Thread Laurie Harper
Bahadır Yağan wrote: Hi, Is there a way to change the behavior of the validation plug-in, to print the errors inside the page rather than showing them in a message box. You can place server-side validation errors anywhere in the page you like, but there's currently no way to control how clie