From: Doug Donahue <Douglas.Donahue_at_Sun.COM>
Date: Mon, 17 Dec 2007 08:44:22 -0500
guess85 wrote:
> Hi everybody, I have this selectmanycheckbox:
>
> <h:selectManyCheckbox id="corsi_disponibili"
> value="#{dettaglioProfessoreBean.nuoviCorsi}" >
> <f:selectItems value="#{dettaglioProfessoreBean.corsiDisponibili}"/>
> </h:selectManyCheckbox>
>
> where corsiDisponibili and nuoviCorsi are an ArrayList of SelectItem. How I
> can use the item that I select in the check box?
> Thanks to all.
>
Here is a some links that might help you get started.