Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am looking for a dropdown something like this

enter image description here

I am not able to find any component that suits my need.Only following component is present, but this component is not fulfilling my needs as the data is not showing like a dropdown with multi-select capabilites in it.

                    <h:selectManyListbox id="option">
                    <f:selectItems value="#{supportData.states}" />
                </h:selectManyListbox>

Please suggest , what shall I do?

share|improve this question

1 Answer

you can use SelectCheckboxMenu in primefaces

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.