dev@woodstock.java.net

CheckboxGroup ignores converter

From: Stefan Bley <stefan.bley_at_saxsys.de>
Date: Thu, 10 Jul 2008 08:57:26 -0700 (PDT)

There seems to be a bug in CheckboxGroup.
If you assign a custom converter to the checkboxGroup either by converter
attribute or <f:converter> tag, it is not used. At least the getAsString()
method is not called. getAsObject() is called but then of course the value
string is false and the conversion fails.

I verified the converter is okay assigning it to a Listbox. Both
getAsString() and getAsObject() are called properly. I'm using NetBeans
6.1/Woodstock 4.2.
-- 
View this message in context: http://www.nabble.com/CheckboxGroup-ignores-converter-tp18385576p18385576.html
Sent from the Project Woodstock - Dev mailing list archive at Nabble.com.