.. include:: ../../../Includes.txt
f:form.validationResults
========================
This is a validation results view helper.
Properties
----------
for
~~~
:aspect:`Variable type`
String
:aspect:`Description`
The name of the error name (e.g. argument name or property name). This can also be a property path (like blog.title),
and will then only display the validation errors of that property.
:aspect:`Default value`
Empty string
:aspect:`Mandatory`
No
as
~~
:aspect:`Variable type`
String
:aspect:`Description`
The name of the variable to store the current error.
:aspect:`Default value`
validationResults
:aspect:`Mandatory`
No
Examples
========
Output error messages as a list
::
Output error messages for a single property
::