e: JSTL import question
>Date: Tue, 8 Oct 2002 11:06:32 -0400 (EDT)
>
>On Tue, 8 Oct 2002, petra staub wrote:
>
> > I use the tag for including my general header file.
> > Parameters such as the title, I pass by parameters: > name="title" value="myTitle
and again. i apologize but some how the maillist server
cuts off my code :(
header.jsp:
--
<%@ taglib prefix="c" uri="/WEB-INF/tlds/jstl/c.tld" %>
some jsp file with javascript code:
--
< %@ taglib prefix="c" uri="/WEB-INF/tlds/jstl/c.tld" %
sorry...me again...
the code example was cut off. here another try...
header.jsp:
--
<%@ taglib prefix="c" uri="/WEB-INF/tlds/jstl/c.tld" %>
some jsp file with javascript code:
--
<%@ taglib prefix="c" uri="/WEB-INF/tlds/jstl/c.tld" %>
I use the tag for including my general header file.
Parameters such as the title, I pass by parameters:
.
However, in some jsp files I still require some javascript...
What would be a good solution for providing for individual jsp
files some additional code? (without creating a "javascript"
fil
in!
>From: Shawn Bayern <[EMAIL PROTECTED]>
>Reply-To: "Tag Libraries Users List" <[EMAIL PROTECTED]>
>To: Tag Libraries Users List <[EMAIL PROTECTED]>
>Subject: Re: Hashtable/Map access
>Date: Sat, 3 Aug 2002 09:42:32 -0400 (EDT)
>
>On
Hi,
I have a map/hashtable like:
{
blue => sky
green => frog
red => ball
yellow => sun
}
I understand that using the tag I
can iterate through the collection and access
every element with key and value.
But how can I directly access the value of an
entry if I know the key?
I tried s