Search code examples
comboboxrichfaces

Is it possible to allow selection of multiple values in rich:combobox?


Is it possible to allow selection of multiple values in rich:combobox?


Solution

  • As far as I know it is not possible if you use it out of the box.

    Try JSF's h:selectManyListBox if it is suitable in your case.