IDE code completion is certainly one of my favorite reasons for using a real form :-)
Actually doesnt copyProperties() also work with dynaforms? -----Original Message----- From: news [mailto:[EMAIL PROTECTED] Behalf Of Pratik Patel Sent: Wednesday, 1 October 2003 19:29 To: [EMAIL PROTECTED] Subject: Re: [POLL] ActionFrom vs DynaActionForm +1 ActionForms -1 Dyna*Forms Brandon Goodin wrote: > #1 > > Reasons: > -Dynas massive struts configs are annoying and the runtime errors > bite. > -DynaForm time saving is insignificant (how long does it take for your > ide to generate getters/setters?). > <snip> more reasons: - Easy to copy properties from ActionForm to domain object (using BeanUtils.copyProperties ) - code completion can be used with ActionForms cheers, Pratik --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

