Re: JSTL import question

2002-10-08 Thread petra staub
think that this wouldn't help neither... But finally I figured everything out...sorry again... >From: Shawn Bayern <[EMAIL PROTECTED]> >Reply-To: "Tag Libraries Users List" <[EMAIL PROTECTED]> >To: Tag Libraries Users List <[EMAIL PROTECTED]> >Subject: R

RE: JSTL import question

2002-10-08 Thread Martin Cooper
> Sent: Tuesday, October 08, 2002 1:23 AM > To: [EMAIL PROTECTED] > Subject: JSTL import question > > > 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 ja

Re: JSTL import question

2002-10-08 Thread Shawn Bayern
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">. > > However, in some jsp files I still require some javascript... > > What would be a good solution for providing f

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