Re: JSTL import question

2002-10-08 Thread petra staub
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

Re: JSTL import question

2002-10-08 Thread petra staub
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" %

Re: JSTL import question

2002-10-08 Thread petra staub
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" %>

JSTL import question

2002-10-08 Thread petra staub
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

Re: Hashtable/Map access

2002-08-03 Thread petra staub
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

Hashtable/Map access

2002-08-03 Thread petra staub
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