Package

ViewHelpers

ViewHelper Documentation

form.errors

Error messages view helper, which is deprecated in Extbase 1.4.0, with the old property mapper.

= Examples =

  • 1234567890: Validation errors for argument "newBlog"

<f:form.errors for="someProperty">

{error.propertyName}: <f:for each="{error.errors}" as="errorDetail">{errorDetail.message}</f:for>
</f:form.errors>
Arguments
for string

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.

as string

The name of the variable to store the current error

ViewHelper Resources

Schema Resources