> 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 be done for them before they even hit the submit button. My ultimate vision for the FormHelper (or some custom system thereof) would automatically embed the necessary client-side javascript based on the standard server-side validation rules. Maybe one day... :) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
