.. include:: /Includes.rst.txt .. _typo3-fluid-form-validationresults: ============================================================== form.validationResults ViewHelper `` ============================================================== Validation results ViewHelper Examples ======== Output error messages as a list::
  • {propertyPath}
    • {error.code}: {error}
Output:: Output error messages for a single property::
  • {error.code}: {error}
Output:: .. _typo3-fluid-form-validationresults_arguments: 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