You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by sandeep gururaj <sa...@Chordiant.com> on 2007/08/02 15:04:08 UTC

[Trinidad]: shortDesc for tr:selectOneChoice

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

Re: [Trinidad]: shortDesc for tr:selectOneChoice

Posted by Adam Winer <aw...@gmail.com>.
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 <sa...@chordiant.com> 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
>