This sample form includes hints which indicate the various validations that have been defined for the business object that underlies the form.
Use the text links above to toggle JavaScript validations to see both the client-side and server-side validations in action.
All of the validations are driven by a simple xml file, which is used to define the business rules that apply. You can view the xml file here.
The code for this demo integrates ValidateThis into the application via the ValidateThis service object, which is simpler than integrating the framework directly into your business objects. This sample also uses Reactor as an ORM.
Please refer to my blog for more detailed information about the framework.
ValidateThis Simple Integration Demo - with Reactor
Registering a new User (JavaScript Validations are ON)