Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.1.3
-
None
-
None
Description
I would like to display the detail message in the tooltip generated by
<t:message> instead of the default "Validation Error".
The html generated by :
<t:message for="reportType"
detailFormat=" * "
errorStyle="color:red"
tooltip="true" />
when required validation fails is:
<span title="Validation Error" style="color:red"> * </span>
The desired html is something like:
<span title="Value is required." style="color:red"> * </span>
Per Mike Kienenberger:
Paul, with your more explicit examples, it looks like a bug rather
than an improvement.
Go ahead and open a JIRA issue on it. It also seems likely that this
is a simple error to correct – it's just referencing the summary
somewhere where it should be referencing the detail.