|
From: Juergen H. <jue...@in...> - 2007-04-11 11:51:57
|
Indeed, thanks for spotting this! This is a side effect of the =
performance
optimizations done in 2.0.4.
I've fixed this in CVS HEAD; the fix will be available in tonight's =
2.0.5
snapshot.
Juergen
=20
-----Original Message-----
From: spr...@li...
[mailto:spr...@li...] On =
Behalf
Of Donnchadh =D3 Donnabh=E1in
Sent: Wednesday, April 11, 2007 1:24 PM
To: spr...@li...
Subject: Re: [Springframework-developer] Spring Framework 2.0.4 released
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 given
target registry.
* @param target the target registry to copy to
*/
protected void copyDefaultEditorsTo(PropertyEditorRegistrySupport
target) {
target.defaultEditors =3D this.defaultEditors;
}
Donnchadh
-------------------------------------------------------------------------=
Take Surveys. Earn Cash. Influence the Future of IT Join =
SourceForge.net's
Techsay panel and you'll get the chance to share your opinions on IT &
business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D=
DEVDEV
_______________________________________________
Springframework-developer mailing list
Spr...@li...
https://lists.sourceforge.net/lists/listinfo/springframework-developer
|