Re: CakePHP 1.2 Validation on Client Side

2008-02-25 Thread MattC
Check out: http://www.pseudocoder.com/archives/2008/02/17/automagic-javascript-validation-helper-beta/ It uses jQuery, but not AJAX. Instead it converts the validation rules to JavaScript (where possible). -Matt www.pseudocoder.com On Feb 25, 4:09 am, manish <[EMAIL PROTECTED]> wrote: > Hi >

CakePHP 1.2 Validation on Client Side

2008-02-25 Thread manish
Hi I am using jquery through pquery helper class for my AJAX calls to my forms. I want to apply validation to my form form fields. But I don't need to validate anything from the server side for my fields. So I am looking for some helper or so, through which I could call cakephp builtin Validation