That check has been eliminated in 2.0. But I don't recommend implementing Dictionary in your Component subclass. That will cause all BXML attributes to be processed via the dictionary methods rather than BeanAdapter. OTOH, maybe that is the behavior you want.
On Jul 20, 2010, at 1:53 AM, Michael Allman wrote: > Hi, > > Why does the WTKXSerializer throw an exception if the component is an > instance of the Dictionary interface and has static setters? I have a > Component class that implements Dictionary and I can't load instances of it. > I'm just going to disable the check for now. > > Cheers, > > Michael
