Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The error messages in form field components are supposed to not have inline styles, so HTML should be escaped on them.
Old description:
For almost all, if not all, validation error messages from Tapestry form field components, the value isn't shown, just the field name. DateField shows the value, so it must be changed to be consistent with the others.
Notice this changes how the core-date-value-not-parseable message is used. The en, es, fr, it and pt_BR localizations were already updated in this ticket.