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
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
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
Johnson, Kaerstin wrote:
I have some code that access a collection from the bean using
request.getAttribute(myAttributeName);
I'd like to access it using the form directly or jstl and then iterate
over it.
Whats the bets way to do this?
Don't forget the JSP taglib directive and
I have some code that access a collection from the bean using
request.getAttribute(myAttributeName);
I'd like to access it using the form directly or jstl and then iterate
over it.
Whats the bets way to do this?
-
To unsubs
5 matches
Mail list logo