ok, that will be fine. Let me know when you are ready to have a look at it. I
can put it off for a couple days, and if I end up working on it we can just
work through and changes that you think are appropriate.
-ET
Quoting robert burrell donkin <[EMAIL PROTECTED]>:
> hi erik
>
> beanutils is
hi erik
beanutils is on a bit of an unofficial code freeze at the moment (only bug
fixes) since we need to release a 1.6.1 version soon to fix a problem in
1.6 (which breaks maven and jelly). if you could put your ideas on hold
for a few days until this release is out the way, then i'd be glad
I am using BeanUtils.copyProperties(Object dest, Object orig) to copy from
my "view" beans to my dto beans, and vica versa. I find that I need to apply
slightly different rules based on which direction I am going. I would like to
add the idea of a "ConverterSet" to beanutils, and plan on passi