It's likely a browser issue - check the HTML, I suspect
we are rendering "title" on the <select>, but your browser
doesn't show it.
-- Adam
On 8/2/07, sandeep gururaj <[EMAIL PROTECTED]> wrote:
> Hello All,
>
> I am using shortDesc attribute of <tr:selectOneChoice> (drop down list).
> However, it doesn't seem to be working. I am not able to see the
> tooltip.
>
> The example I am using is as follows -
>
> <tr:selectOneChoice value="#{myBean.qStatus}" required="true"
> shortDesc="Set the status of your Queue ">
> <f:selectItems value="#{myBean.allQueueStatus}" />
> </tr:selectOneChoice>
>
> The shortDesc feature is working fine when used with <tr:inputText>.
>
> I don't know if something else is needed for getting shortDesc to work
> with the drop down list?
>
> If any idea, let me know.
>
> Thanks!
> ~Sandeep
>