Better client-side validation with Prototype
I'd love to see something like Really easy field validation with Prototype integrated into Commons Validator and other web frameworks' validation engine. The only hard part would be looping through form elements and adding classes with the validation information. Other than that, it doesn't seem like it'd be too hard to implement. Hat tip to Ajaxian.com.
Posted by Ted Bergeron on May 09, 2006 at 10:03 PM MDT #
Posted by Matt Raible on May 09, 2006 at 10:07 PM MDT #
Posted by Ivan on May 10, 2006 at 02:36 PM MDT #
Posted by Ted Bergeron on May 11, 2006 at 05:13 PM MDT #
Posted by Christian Seiler on July 12, 2006 at 11:59 AM MDT #
Wicket supports ajax validation for quite a long time already. Comes out of the box, and just Java knowledge is enough. E.g.
I think using ajax for this (and thus validating on the server) is a lot better than client side validation in the sense that it is much easier to build (and thus more robust), integrate with the rest of the system, easier to debug, and there are not really any catches either..
Posted by Eelco Hillenius on July 12, 2006 at 01:54 PM MDT #
Posted by Raible Designs on September 19, 2006 at 01:31 PM MDT #