I am trying to make a pickList. And I want multiple items to get selected on a click of single item. How can I achieve that?
How to select Multiple items in pickList(Primefaces)?
789 views Asked by Lokesh Jain At
2
I am trying to make a pickList. And I want multiple items to get selected on a click of single item. How can I achieve that?
I´m taking this from the primefaces website in your view, I guess you will have something like this
See in the previuos code the ajax tag call the managed bean and update some items based in the ID
Your managed bean SelectBooleanView.java