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.

Reply via email to