Re: Validation of input field

2008-06-28 Thread Jonathan Snook
> But anyway, why would you like to validate your forms twice? That's > error-prone, and remember you CANNOT trust client side validation. The purpose is to provide a better user experience for the end user and lessen the server load. Why force the user to sit through a server refresh when it can

Re: Validation of input field

2008-06-28 Thread Jaime
> I am new in cakephp. It provides me a easy tool to validate from sever > side the fields of any form. I want to provide clientside validation > also using javascript. Is there any easy solution? You can do it with Prototype [1] (demo available at [2]). But anyway, why would you like to validat

Validation of input field

2008-06-28 Thread kaushik
I am new in cakephp. It provides me a easy tool to validate from sever side the fields of any form. I want to provide clientside validation also using javascript. Is there any easy solution? --~--~-~--~~~---~--~~ You received this message because you are subscribed