.. include:: /Includes.rst.txt .. _typo3-fluid-form-validationresults: ====================== form.validationResults ====================== Validation results ViewHelper Examples ======== Output error messages as a list:: Output:: Output error messages for a single property:: Output:: Arguments ========= .. _form.validationresults_for: for --- :aspect:`DataType` string :aspect:`Required` false :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. .. _form.validationresults_as: as -- :aspect:`DataType` string :aspect:`Default` 'validationResults' :aspect:`Required` false :aspect:`Description` The name of the variable to store the current error