Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
5.0.5
-
None
Description
If you set clientValidation="false" on a form, T5 renders the validation error image for all input components (for validation errors that might occur):
<img alt="[Error]" class="t-error-icon t-invisible" id="cancel:icon" src="/app/assets/tapestry/field-error-marker.png">
With clientValidation="false" this should not be needed and markup could be improved + page load time reduced.
Attachments
Issue Links
- is related to
-
TAPESTRY-1748 Field validators continue to generate client-side JavaScript even though the Form is configured to not do client-side validation
- Closed