You will have to use an external component, something like
http://code.google.com/p/trinidadcomponents/

Regards,

Walter Mourão
http://waltermourao.com.br
http://arcadian.com.br
http://oriens.com.br



On Wed, Apr 14, 2010 at 7:28 PM, navnath kumbhar
<kumbhar.navn...@gmail.com>wrote:

> Hi All,
>
> I am trying to implement search facility in combo box, i.e. I have combo
> box
> with some list of options which fetched from DB.
> Now when I press K then combo filter and show me options which are started
> with K, Next if I press A then filter combo options with KA and show it.
> To fill combo I am using following code..
>
> <tr:selectOneChoice value="#{salesOrderBB.cdoctypetargetid}"
> label="Transaction Document">
>      <f:selectItems value="#{salesOrderBB.comboCDoctypetargetId}" />
> </tr:selectOneChoice>
>
> This functionality implemented in Richfaces Please have a look on following
> link
>
> http://livedemo.exadel.com/richfaces-demo/richfaces/comboBox.jsf?c=comboBox&tab=usage
>
> I think it's there in myfaces(Trinidad). I have Googled, but I didn't find.
>
> Please help me out for this issue.
>
> Thank you,
> Navnath
>

Reply via email to