ViewHelper Documentation
v:condition.form.isRequired
Is Field Required ViewHelper (condition)
Takes a property (dotted path supported) and renders the then-child if the property at the given path has an
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.