RE: PropertyUtils.copyProperties() usage in 1.1-b2

2002-11-17 Thread Brian Topping
Craig, Rana, thanks for your responses, hoping you guys can provide some input: > From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] > Subject: Re: PropertyUtils.copyProperties() usage in 1.1-b2 > > > I'm trying to figure out what I am doing wrong with > > Pr

PropertyUtils.copyProperties() usage in 1.1-b2

2002-11-16 Thread Brian Topping
Hi all, happy friday (again... :) I'm trying to figure out what I am doing wrong with PropertyUtils.copyProperties(). From within my Action, I have: User user = ; DynaActionForm regForm = (DynaActionForm) form; PropertyUtils.copyProperties(regForm, user); When I look at

PropertyUtils.copyProperties() usage in 1.1-b2

2002-11-16 Thread Brian Topping
Hi all, happy friday (again... :) I'm trying to figure out what I am doing wrong with PropertyUtils.copyProperties(). From within my Action, I have: User user = ; DynaActionForm regForm = (DynaActionForm) form; PropertyUtils.copyProperties(regForm, user); When I look at

RE: PropertyUtils.copyProperties() usage in 1.1-b2 ; problem using validation with LookupDispatchAction

2002-11-15 Thread VEDRE, RANAPRATAP REDDY
ine before using LookupDispatchAction. -rana. -Original Message- From: Brian Topping [mailto:[EMAIL PROTECTED]] Sent: Friday, November 15, 2002 8:16 PM To: [EMAIL PROTECTED] Subject: Re: PropertyUtils.copyProperties() usage in 1.1-b2 > > > > On Fri, 15 Nov 200

Re: PropertyUtils.copyProperties() usage in 1.1-b2

2002-11-15 Thread Brian Topping
> > > > On Fri, 15 Nov 2002, Brian Topping wrote: > > > Date: Fri, 15 Nov 2002 12:10:53 -0800 (PST) > > From: Brian Topping <[EMAIL PROTECTED]> > > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > > To: [EMAIL PROTECTED] > >

RE: PropertyUtils.copyProperties() usage in 1.1-b2

2002-11-15 Thread VEDRE, RANAPRATAP REDDY
fix. You may also want to look at BeanUtils.copyProperties(bean, bean) -Rana -Original Message- From: Brian Topping [mailto:topping@;spies.com] Sent: Friday, November 15, 2002 3:11 PM To: [EMAIL PROTECTED] Subject: PropertyUtils.copyProperties() usage in 1.1-b2 Hi all, happy friday

Re: PropertyUtils.copyProperties() usage in 1.1-b2

2002-11-15 Thread Craig R. McClanahan
On Fri, 15 Nov 2002, Brian Topping wrote: > Date: Fri, 15 Nov 2002 12:10:53 -0800 (PST) > From: Brian Topping <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: PropertyUtils.copyProperties() usage in 1.1-

PropertyUtils.copyProperties() usage in 1.1-b2

2002-11-15 Thread Brian Topping
Hi all, happy friday (again... :) I'm trying to figure out what I am doing wrong with PropertyUtils.copyProperties(). From within my Action, I have: User user = ; DynaActionForm regForm = (DynaActionForm) form; PropertyUtils.copyProperties(regForm, user); When I look at what copyPro