ValidateThis 0.95 - Enhancements to the Result Object and Client-Side Validations
Posted At : June 25, 2010 12:01 PM | Posted By : Bob Silverberg
Related Categories:
ValidateThis
I've just released version 0.95 of ValidateThis, my validation framework for ColdFusion objects. This update includes some community contributions, as well as a number of features that were prompted by community requests. Here's a summary of the changes, followed by the details for each one.
- Numerous enhancements were made to the Result object, as well as the ability to easily substitute your own Result object for the one that is built into the framework, and the ability to automatically inject the Result object into your business object.
- Client-side validations have been enhanced so that missing form fields will not generate JavaScript errors.
- Client-side validation code has been refactored, and includes a fix from Martijn van der Woud for the equalTo validation type.
- More refactoring to set the stage for future enhancements.
The latest version can be downloaded from the ValidateThis RIAForge site. Details of the enhancements follow:






