You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Paul Spencer (JIRA)" <de...@myfaces.apache.org> on 2006/07/12 20:48:29 UTC

[jira] Created: (TOMAHAWK-539) The tooltip displayed by displaye the summary instead of the detail message

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

         Key: TOMAHAWK-539
         URL: http://issues.apache.org/jira/browse/TOMAHAWK-539
     Project: MyFaces Tomahawk
        Type: Bug

  Components: Message(s)  
    Versions: 1.1.3    
    Reporter: Paul Spencer


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.



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira