Re: Help! Iterating through nested hashmap and setting properties

2004-10-01 Thread Niall Pemberton
I don't use the nested tags, but the problem is that the way you've code them its just going to generate a whole load of tags with the same name... (You can verify this easily by looking at the source of the generated html page) which means struts will simply try to populate all the values

RE: Help! Iterating through nested hashmap and setting properties

2004-09-30 Thread Boukovska, Danielle
I am trying to edit property "foo" below -Original Message- From: Jeff Beal [mailto:[EMAIL PROTECTED] Sent: Thursday, September 30, 2004 5:50 PM To: [EMAIL PROTECTED] Subject: Re: Help! Iterating through nested hashmap and setting properties boukovska wrote: > Hi all >

Re: Help! Iterating through nested hashmap and setting properties

2004-09-30 Thread Jeff Beal
boukovska wrote: 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 itera