[jQuery] Re: jquery & validation in cakephp

2009-05-05 Thread ZedR
Ok I got it done. It works. The problem was in my jquery code. On May 4, 10:56 pm, ZedR wrote: > I am validating form fields on blur event injquery. How do I validate > more than 1 field in the controller action called from ajax with > $params['form']. Code I m trying is: &

[jQuery] jquery & validation in cakephp

2009-05-04 Thread ZedR
I am validating form fields on blur event in jquery. How do I validate more than 1 field in the controller action called from ajax with $params['form']. Code I m trying is: //ajax action in controller function ajax_validate() { Configure::write('debug', 0); if($this->Request