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

Reply via email to