h:selectManyCheckbox with omnifaces.SelectItemsConverter does not preselect the items
问题 I'm using JSF 2.0, PrimeFaces and OmniFaces. I have 2 dialogs with <h:selectManyCheckbox> . The first dialog creates a new Course : The Disciplina s are presented as: <h:selectManyCheckbox id="disciplinas" value="#{cursoMBean.listaDisciplinasDoCurso}" converter="omnifaces.SelectItemsConverter"> <f:selectItems value="#{cursoMBean.listaTodasDisciplinas}" var="disciplina" itemValue="#{disciplina}" itemLabel="#{disciplina.nome}" /> </h:selectManyCheckbox> This works fine. When I select some