Hi Navnath, Would be perfect if the search combo box could also accommodate a delimited list of items (comma or semicolon delimited), just like YUI Autocomplete does:
http://developer.yahoo.com/yui/autocomplete/ Cheers, Mike Quentel -----Original Message----- From: navnath kumbhar [mailto:[email protected]] Sent: 14 April 2010 18:28 To: [email protected] Subject: How to Implement search facility in Trinidad combo box. 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

