Element validation.CustomValidator

Substitution Groups:
validation.IValidator

Validator component that calls a method from the code to perform validation.


Attributes
optional   String ValueBeanName The name of the value contextual bean.
This bean contains the value that is being validated.
Default: $value.

Named Children Elements
mandatory   binding.Expression Validate The method that performs validation.
This method has to throw a ValidationError to complain about validation issue(s).