Re: Setting values of nested collection

2004-09-30 Thread Adam Hardy
Hi Danielle, are you sure you instantiated the appropriate hierarchy for struts to save the form properties into on submit? You can build it yourself, keep it in the session or use LazyBeans (not sure about the last one - might be called LazyNested or similar). Adam On 09/30/2004 07:33 AM Danie

Setting values of nested collection

2004-09-29 Thread Danielle Boukovska
Hi all I have a problem with setting the values on a hierarchy of nested properties. I have an ActionForm which has a property A of type HashMap. A is keyed on Strings, and each value of A is a Collection (ArrayList). This collection contains objects of type B. I am trying to iterate through the