users@javaserverfaces.java.net

Use SelectManyCheckBox

From: guess85 <saintofme85_at_gmail.com>
Date: Sun, 16 Dec 2007 11:41:01 -0800 (PST)

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.
-- 
View this message in context: http://www.nabble.com/Use-SelectManyCheckBox-tp14365171p14365171.html
Sent from the javaserverfaces users mailing list archive at Nabble.com.