On Mon, 23 Jun 2003, Aaron Longwell wrote:

> Date: Mon, 23 Jun 2003 10:48:26 -0600
> From: Aaron Longwell <[EMAIL PROTECTED]>
> Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]>
> To: Struts Users Mailing List <[EMAIL PROTECTED]>
> Subject: Re: Where to do TextConversion?
>
> Jacob,
>
>  From the Javadoc for PropertyUtils:
>
> "Copy property values from the "origin" bean to the "destination" bean
> for all cases where the property names are the same (even though the
> actual getter and setter methods might have been customized via
> |BeanInfo| classes). No conversions are performed on the actual property
> values -- it is assumed that the values retrieved from the origin bean
> are assignment-compatible with the types expected by the destination bean."
>
> Although this method is very useful, it won't help my conversion issue.
>

But the BeanUtils.copyProperties() method WILL deal with conversion for
you :-).

Craig

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

Reply via email to