Is there anyway to have a property in my ActionForm class be defined as
follows:

private LabelValueBean[] myItems;

And be able to have struts automatically populate this collection when the
form is submitted?  If so, how do I go about storing those values in the
form so they're seen and populated properly upon submission?

Thanks!
Chris

Reply via email to