You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Maxence Dewil <m....@t4hr.com> on 2005/08/24 15:13:13 UTC

selectManyCheckBox - remark

Hi,

 

I noticed something with the selectManyCheckbox (nightly build)

 

the model for my selectManyCheckbox: 

List<SelectItem> educations;

List<String> selectedEducations;

 

I made a mistake in my backing bean: I put an Integer object in the
SelectItem.value field instead of a String.

My selections were never applied and without any exception thrown. 

But with the selectManyListbox, a converter exception is thrown..

 

Max.