in an WebApp (JSF 2.1 with Primefaces) I want to use a HashMap to fill a SelectManyMenu (with Checkboxes). The HashMap is initialized with some Values and the key set to false. When the User selects the Checkboxes I want the Key to be set to true.
Is this possible or do I have to think about another solution?
Thanks in advance, Tim