|
From: <don...@gm...> - 2007-04-11 11:53:31
|
I have logged this as SPR-3359, together with a simple test case. http://opensource.atlassian.com/projects/spring/browse/SPR-3359 Donnchadh On 4/11/07, Donnchadh =D3 Donnabh=E1in <don...@gm...> wrote: > There seems to be a problem with default editor lazy-creation for > nested objects. > > In PropertyEditorRegistrySupport, should there not be a line to copy > defaultEditorsActive > /** > * Copy the default editors registered in this instance to the gi= ven > target registry. > * @param target the target registry to copy to > */ > protected void copyDefaultEditorsTo(PropertyEditorRegistrySupport= target) { > target.defaultEditors =3D this.defaultEditors; > } > > Donnchadh > |