Re: onSelectionChanged is not calling converters

2012-07-15 Thread Gonzalo Aguilar Delgado
Hi Sven, I'm sorry. I forgot to add this to the mailing list: I added info to the bug filled by other user. https://issues.apache.org/jira/browse/WICKET-4353 Forget this e-mail as this is followed in the bug tracking system. Thank you Sven. El lun, 14-05-2012 a las 20:38 +0200, Sven Meier

onSelectionChanged is not calling converters

2012-05-14 Thread Gonzalo Aguilar Delgado
Hello, I've just found working with 1.5.6 that DropDownChoice control that it may be not calling Converters. Because the model is still a string while calling to onSelectionChanged(Provincia provincia) and it fails: Caused by: java.lang.ClassCastException: java.lang.String cannot be cast

Re: onSelectionChanged is not calling converters

2012-05-14 Thread Sven Meier
Hi, DropDownChoice doesn't use converters, that's intended. What default model is your choice getting/setting values from/to? Do you use a CompoundPropertyModel? Sven On 05/14/2012 05:59 PM, Gonzalo Aguilar Delgado wrote: Hello, I've just found working with 1.5.6 that DropDownChoice