On Tue, 14 Jan 2003, Elbert, Denise M wrote:
> Date: Tue, 14 Jan 2003 10:02:18 -0500 > From: "Elbert, Denise M" <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: 'Struts Users Mailing List' <[EMAIL PROTECTED]> > Subject: RE: Any reflection based utility to copy ActionForm to/from > Domai n object? > > In the struts API Documentation it says that the > PropertiesUtil.copyProperties is depracated and there isn't any > BeanUtils.copyProperties defined. Where can I get information about this > method. > In Struts 1.1, use the APIs from commons-beanutils. They are documented at: http://jakarta.apache.org/commons/beanutils/api/ with other similar URLs for the other Commons packages that are included. > Thanks Craig -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

