aspose file tools
The moose likes JSF and the fly likes How to Implement search facility in Trinidad combo box. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "How to Implement search facility in Trinidad combo box." Watch "How to Implement search facility in Trinidad combo box." New topic
Author

How to Implement search facility in Trinidad combo box.

Navnath Kumbhar
Greenhorn

Joined: Mar 07, 2010
Posts: 12
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
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: How to Implement search facility in Trinidad combo box.
 
Similar Threads
Filter a combobox
Bacjk button and combo problems
Two simple UI headaches
popup windows
Free text entry combo box?