RE: Accessing Array element while iterating through Map

2004-06-15 Thread Geoff Simonds
t; cc Subject RE: Accessing Array element while iterating through Map ah, in that case does the page render ok if you take out the iterate tag entirely? > -Original Message- > From: Geoff Simonds [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 15, 2004 9:32 AM > To: Struts Use

RE: Accessing Array element while iterating through Map

2004-06-15 Thread Geoff Simonds
ou mean *none* of the iterate bit was rendered? I thought otherwise (and was hoping it was a problem with data rather than syntax..) > -Original Message- > From: Geoff Simonds [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 15, 2004 9:04 AM > To: Struts Users Mailing L

RE: Accessing Array element while iterating through Map

2004-06-15 Thread Geoff Simonds
ot;Struts Users Mailing List" <[EMAIL PROTECTED]> cc Subject RE: Accessing Array element while iterating through Map Hi Geoff: Did you take a look at the rendered page source? Geeta > -Original Message- > From: Geoff Simonds [mailto:[EMAIL PROTECTED] > Sent: Tuesd

Re: Accessing Array element while iterating through Map

2004-06-15 Thread Geoff Simonds
I am wondering if I asked a stupid question or if my question isn't clear. Can someone give me some feedback or a link to help me with a solution. Geoff Simonds <[EMAIL PROTECTED]> 06/14/2004 02:00 PM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED

Accessing Array element while iterating through Map

2004-06-14 Thread Geoff Simonds
I am trying to iterate through a Map and use the key from the map to access an element in a separate array. I have an array of data points and only want to display the entries that are specified in a separate Map. Here is a snippet: The Map contains data that looks like