Re: accessing a Collection through a jsp-bean

2005-10-28 Thread Laurie Harper
Bouvet Konsulent wrote: hello, I have a Struts form-bean which contains a HashMap. The keys of this hashmap is an object of type GeSectionComponent. In my jsp, I iterate over a collection of these GeSectionComponents. For each iteration, I would like to lookup in the HashMap to retrieve the value

Re: accessing a Collection through a jsp-bean

2005-10-28 Thread Wendy Smoak
From: "Bouvet Konsulent" <[EMAIL PROTECTED]> Absolutely non-working code looks something like: <% .getPowerLimits(comp); %> What version of the Servlet spec are you working with? The example below is for Servlet 2.3 / JSTL 1.0 / Struts-EL (though it doesn't use Struts tags.) [unte

accessing a Collection through a jsp-bean

2005-10-28 Thread Bouvet Konsulent
hello, I have a Struts form-bean which contains a HashMap. The keys of this hashmap is an object of type GeSectionComponent. In my jsp, I iterate over a collection of these GeSectionComponents. For each iteration, I would like to lookup in the HashMap to retrieve the value corresponding to the GeSe