Re: Automagic JavaScript Validation

2009-02-26 Thread majna
'range' is for numeric values, not strings like your display name. use array('between', 5, 15) On Feb 26, 8:00 am, kaushik wrote: > I am using Automagic JavaScript Validation. for password i am using > this code: > > 'password' => array( >    

Automagic JavaScript Validation

2009-02-25 Thread kaushik
I am using Automagic JavaScript Validation. for password i am using this code: 'password' => array( 'required' => array('rule' => array('minLength', 7), 'message'=>'Minimum Length of Password is 7'),

Re: Automagic JavaScript Validation Helper - Beta integration problem

2008-10-11 Thread bookme
Same problem I am facing? Ant body have any solution? On Aug 21, 10:52 am, Pascal Messana <[EMAIL PROTECTED]> wrote: > I am facing the same problem. > I just posted on the author page > :http://www.pseudocoder.com/archives/2008/02/17/automagic-javascript-v... > > If you solved this problem, can

Re: Automagic JavaScript Validation Helper - Beta integration problem

2008-08-21 Thread Pascal Messana
I am facing the same problem. I just posted on the author page : http://www.pseudocoder.com/archives/2008/02/17/automagic-javascript-validation-helper-beta/#comment-2842 If you solved this problem, can you post the solution then ? Thx kaushik a écrit : > I am facing problem to integr