⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
TYPO3 Core
All Projects
TYPO3 Core
Overview
Activity
Roadmap
Issues
Repository
Download (354 Bytes)
Bug #57145
» FormErrors.html
Anonymous, 2014-03-21 13:04
<f:form.validationResults
for=
"{object}"
>
<f:if
condition=
"{validationResults.flattenedErrors}"
>
<ul>
<f:for
each=
"{validationResults.flattenedErrors}"
key=
"propertyPath"
as=
"errors"
>
<li>
{propertyPath}:
<ul>
<f:for
each=
"{errors}"
as=
"error"
><li>
{error}
</li></f:for>
</ul>
</li>
</f:for></ul>
</f:if>
</f:form.validationResults>
« Previous
1
2
Next »
(1-1/2)
Loading...