Thanks for catching me on that. I looked at the form-bean element twice and still thought there was a custom impl there, but that was actually the type attribute.
Sorry for the confusion. chuck At 12:42 PM 7/5/2002 -0700, you wrote: >On Fri, 5 Jul 2002, Chuck Cavaness wrote: > > > Date: Fri, 05 Jul 2002 15:32:13 -0400 > > From: Chuck Cavaness <[EMAIL PROTECTED]> > > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > > To: Struts Users Mailing List <[EMAIL PROTECTED]> > > Subject: Re: DynaActionForm and Nested property -- (to Craig) > > > > Raveendra, > > > > I was reading your email and just thought I would mention something that > > I saw that may be a hard bug to find later. When using dynamic forms, you > > have to set the "dynamic" attribute to true, like this: > > > > ><form-bean name="addPCCompanyForm" dynamic="true" > > >type="org.apache.struts.action.DynaActionForm">> > > > <form-property name="pcCompany" > type="rb.pc.vo.pcCompanies.PCCompanyVO"/>> > > ></form-bean> > > > > > > Just wanted to point that out in case you didn't see it. > > > >Actually, you don't need to do this if you use the standard implementation >class (org.apache.struts.action.DynaActionForm). It is only required on >your own custom subclasses of DynaActionForm. > > > Chuck > >Craig > > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>