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]>

Reply via email to