« Return to Thread: Spring Framework 2.0.4 released

Re: Spring Framework 2.0.4 released

by Donnchadh Ó Donnabháin :: Rate this Message:

Reply to Author | View in Thread

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 Ó Donnabháin <donnchadh@...> 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 given
> target registry.
>          * @param target the target registry to copy to
>          */
>         protected void copyDefaultEditorsTo(PropertyEditorRegistrySupport target) {
>                 target.defaultEditors = 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=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Springframework-developer mailing list
Springframework-developer@...
https://lists.sourceforge.net/lists/listinfo/springframework-developer

 « Return to Thread: Spring Framework 2.0.4 released