2 Replies Latest reply on Jan 21, 2011 12:53 AM by saurabh0011

    Searchable Richfaces PickList

    saurabh0011

      Hi, Can i make Richfaces pickList searchable. please help..

       

      Thanks

        • 1. Searchable Richfaces PickList
          ilya40umov

          I'm afraid that there is not standard way to do it. But you can create an a4j:commandButton and some inputs on your form so then an action of the button should filter lists with data for pickList(for instanse if you have <f:selectItems value="#{pickBean.sourceList}"/> inside you should filter sourceList) and then rerender pickList with a4j.

          • 2. Searchable Richfaces PickList
            saurabh0011

            Thanks for quick reply. I will try to do this and will reply soon