corrected validators and error messaging

This commit is contained in:
tworrall 2011-11-17 22:40:35 +00:00
parent 3465cf2393
commit f218cc8d24
2 changed files with 9 additions and 9 deletions

View file

@ -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>