ViewHelper Documentation
v:condition.form.hasValidator
Form: Field Has Validator?
Takes a property (dotted path supported) and renders the then-child if the property at the given path has any
Arguments
property string
The property name, dotted path supported, to determine required.
validatorName string
The class name of the Validator that indicates the property is required.
object anySimpleType
Optional object - if not specified, grabs the associated form object.