Welcome to the ValidateThis! Integrated BO Demo Page.
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 business objects, and uses Transfer as an ORM.
The previous sample app made use of Matt Quackenbush's cfUniForm library for the this demo form. I've created a new example without that library in an attempt to make the example as simple as possible. If you're interested in seeing the previous example, that does use cfUniForm, click here.
Please refer to my blog for more detailed information about the framework.