Examples
Example 1: Simple Form with two properties validated via PropertyValidator
Example 2: Simple Form with property validated with two constraints
Example 3: Using CompoundPropertyModel Example
Example 4: Simple Form with property constraints validated via @Valid
Example 5: Custom Bean constraint validated manually
Example 6: Custom Bean constraint and PropertyValidation combined