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
All three messages have the same code... The only problem I see is that you have the tag in both files. I'm not sure what kind of issues that would cause, but it's not good. ;-) -- Martin Cooper > -Original Message- > From: petra staub [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, Octob

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" %>