PropertyResolver.MapGetSet does ignore PropertyResolverConverter

2009-10-13 Thread Robin Sander
Hi, I want to use a MapMyEnum,Boolean within a CompoundPropertyModel but it seems that String keys are supported only since MapGetSet.setValue() ignores the given PropertyResolverConverter. So my SimpleEnumConverter is not used an I end up with: java.lang.ClassCastException:

Re: PropertyResolver.MapGetSet does ignore PropertyResolverConverter

2009-10-13 Thread Robin Sander
Forget this post, obviously wicket IDs have to be strings... On 13.10.2009, at 17:47, Robin Sander wrote: Hi, I want to use a MapMyEnum,Boolean within a CompoundPropertyModel but it seems that String keys are supported only since MapGetSet.setValue() ignores the given