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 >

Help! Iterating through nested hashmap and setting properties

2004-09-30 Thread 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 ke

Repost: Iterate through nested Map and set values

2004-09-30 Thread 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 k

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

Unable to post to struts mailing list

2004-09-29 Thread Boukovska, Danielle
Hi Wendy I really apologise to be sending you mail directly. I have been trying to post on the Struts list for 2 days, but for some reason I cannot manage to do it. I am registered, and I receive all the postings but mine just won't show up. I am sending to [EMAIL PROTECTED] I need to post a quest

[repost] Accessing nested properties

2004-09-28 Thread Boukovska, Danielle
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 th

Accessing nested properties

2004-09-28 Thread Boukovska, Danielle
Hi all I have a problem with getting a hierarchy of nested properties to display. 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 ke

Accessing nested collection

2004-09-28 Thread Boukovska, Danielle
Hi all I have a problem with getting a hierarchy of nested properties to display. 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 ke