Uploaded image for project: 'MyFaces Tomahawk'
  1. MyFaces Tomahawk
  2. TOMAHAWK-539

The tooltip displayed by <t:message> displaye the summary instead of the detail message

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.1.3
    • None
    • Message(s)
    • 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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            paulsp Paul Spencer
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: