On Mon, 18 Mar 2002, Johan Compagner wrote:

> Date: Mon, 18 Mar 2002 09:42:49 +0100
> From: Johan Compagner <[EMAIL PROTECTED]>
> Reply-To: Struts Developers List <[EMAIL PROTECTED]>
> To: Struts Developers List <[EMAIL PROTECTED]>
> Subject: Re: DynaActionForm questions
>
> The Bean en PropertyUtils should also be completely working with dynbean
> interface. for example PropertyUtils.copyProperties(object,object)
> doesn't work right now
>

It does for my test cases ... can you be more specific?  (Doing this on
COMMONS-DEV is probably better than here.)

> I see that they want to do something with PropertyDescriptors? I think
> that is a dead end. Because property descripters are completely
> different they are really for get and set methods.
>

I just checked in an enhancement to commons-beanutils that makes all of
the Converters, pluggable, and adds the ability to plug your own in.  This
will be much more efficient than using PropertyDescriptors for the typical
way that Struts programs do conversions.  (Default behavior is backwards
compatible, of course :-).

> johan
>

Craig


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to