hi

I'm using the h:message action for displaying input field specific error
messages in a JSF (MyFaces v1.1.4) application. The tooltip attributes
doesn't seem to work as i would expect and i would be interested in knowing
if it's a bug or feature. Here's the problem i'm having:

when i define the following action element in my JSF view

<h:message id="xyz" for="yieldActionKey" tooltip="true"
showSummary="#{true}" showDetail="#{true}" errorClass="errors"/>

In this case the tooltip shows the summary message, not the detail message
as i would expect. Should it work like this?

Also the detail message is rendered right after the summary. Is there any
way of controlling how the detail message is rendered?


Here's what the HTML looks like:

<span id="taxdistform:xyz" title="summary message" class="errors">summary
message detail message</span>

Reply via email to