Yah, that's it. Thanks. Dave
> -----Original Message----- > From: Robert Taylor [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 22, 2003 1:27 PM > To: Struts Users Mailing List > Subject: RE: multibox and DynaValidatorForm > > > > <form-property name="products" > type="java.lang.String[]" > initial="{}"/> > > robert > > > -----Original Message----- > > From: Durham David Cntr 805CSS/SCBE > [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, January 22, 2003 2:00 PM > > To: [EMAIL PROTECTED] > > Subject: multibox and DynaValidatorForm > > > > > > What type should/can I associate with multibox inputs in the > > form-bean declaration? > > > > The docs say that the multibox property should be an Array, so I > > tried using java.lang.reflect.Array for the type. This didn't > > work and neither java.util.Vector. So what type should I use? > > It is possible to use a multibox with DynaActionForm right? > > > > Also, I'm read about some kind of problem with multiboxes that > > requires you implement the reset method and set the array to > > length 0 to clear values. I'm assuming that I would need to > > extend DynaValidatorForm and override reset() to do this. Is > > there a better way to do this? > > > > Thanks, > > > > > > David Durham > > NCI Information Systems > > Scott AFB, AMC SCBE > > 618.256.5264 > > > > -- > > 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]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

