corrected validators and error messaging
This commit is contained in:
parent
3465cf2393
commit
f218cc8d24
2 changed files with 9 additions and 9 deletions
|
@ -31,10 +31,10 @@
|
|||
Please enter a First Name for this person.
|
||||
<#elseif errorFieldName == "lastName">
|
||||
Please enter a Last Name for this person.
|
||||
<#elseif errorFieldName == "lastName">
|
||||
${submissionErrors[errorFieldName]}
|
||||
<#elseif errorFieldName == "label">
|
||||
Please enter a value in the name field.
|
||||
</#if>
|
||||
<br />${errorFieldName}
|
||||
<br />
|
||||
</#list>
|
||||
</p>
|
||||
</section>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue