I have search the archive and seen this bounced around, but can't seem to find a complete working example. I have:
FormBean where one property is an Array of SomeBean; SomeBean has three properties, two int, one string; FormBean inits properly with an Array of SomeBean (via another Action); form.jsp iterates over array of SomeBeans, creates indexed text input boxes. These display just fine. When I submit the form, the Action can't get at (or I don't understand how to access) the SomeBean Array. If I kick back to the form, the other form fields keep any changed values, but the SomeBean Array goes null. I've been banging my head on this forever, so I would really appreciate any help! I've got the nightly build from 11/28/01 running Thanks, --John -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

