Re: Help! Iterating through nested hashmap and setting properties

2004-10-01 Thread Niall Pemberton
a DynaBean, use JSTL to iterate over the DynaBean properties and generate the "name" attributes with the EL expression language - but maybe thats over cooking the goose. Niall - Original Message - From: "boukovska" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>

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

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