:navigation-title: form.validationResults .. include:: /Includes.rst.txt .. _typo3-fluid-form-validationresults: ============================================================== Form.validationResults ViewHelper `` ============================================================== .. typo3:viewhelper:: form.validationResults :source: ../../Global.json :display: tags,description,gitHubLink :noindex: .. _typo3-fluid-form-validationresults-example: 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 of f:form.validationResults ===================================== .. typo3:viewhelper:: form.validationResults :source: ../../Global.json :display: arguments-only