Re[2]: Model Layer question.. where to put BeanUtils.copyProperties (sort of long)

2003-01-08 Thread Rick Reumann
On Wednesday, January 8, 2003, 5:07:24 PM, Robert wrote: RT> If you are using DynaActionForm or DynaValidatorActionForm then you can RT> cast the form to a DynaBean in your Action class and pass it to the business RT> layer. RT> This does not couple your business/service layer to Struts. It does

Re[2]: Model Layer question.. where to put BeanUtils.copyProperties (sort of long)

2003-01-08 Thread Rick Reumann
On Wednesday, January 8, 2003, 5:11:59 PM, Juan wrote: AJc> Can you register the exceptions that beanutils throws in the AJc> struts config??? Actually I thought about doing that also. Might not be a bad idea. Each of my action mappings is going to start to get pretty large though:) -- Ric

RE: Re[2]: Model Layer question.. where to put BeanUtils.copyProperties (sort of long)

2003-01-08 Thread Robert Taylor
eumann [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 08, 2003 5:22 PM > To: Struts Users Mailing List > Subject: Re[2]: Model Layer question.. where to put > BeanUtils.copyProperties (sort of long) > > > > > On Wednesday, January 8, 2003, 5:07:24 PM, Robert wrote: &