I've got almost the same problem, my tomcat is 4.0.3 so therefore it
would be for JSP 1.2, but my script uses ${param.var} for EL and I use
<c:choose><c:when test="${param.var eq 'whatever'}">do
whatever</c:when></c:choose>
I want to use ${param.var} as the way I would for core_rt in tomcat 5. I
tested in tomcat 5, but the server I am uploading only uses tomcat
4.0.3, would you guys know a work around for this?
-----Original Message-----
From: Mark R. Diggory [mailto:[EMAIL PROTECTED]
Sent: Monday, October 20, 2003 12:40 PM
To: Tag Libraries Users List
Subject: Re: is this link correct?
Doh, My bad, your correct.
Kris Schneider wrote:
> You shouldn't need anything in web.xml
>
> JSP 1.2 / JSTL 1.0:
> http://java.sun.com/jstl/core
>
> JSP 2.0 / JSTL 1.1:
> http://java.sun.com/jsp/jstl/core
>
> And make sure the necessary JAR files are in WEB-INF/lib...
>
> Quoting "Mark R. Diggory" <[EMAIL PROTECTED]>:
>
>
>>Are you adding the taglib mapping to your web.xml?
>>
>>for example
>>
>> <taglib>
>> <taglib-uri>http://java.sun.com/jstl/core</taglib-uri>
>> <taglib-location>/WEB-INF/tld/c.tld</taglib-location>
>> </taglib>
>>
>>
>>David Liles wrote:
>>
>>
>>>I am trying to use jstl and when I include the following line in my
JSP I
>>
>>get an error indicating it can not find the uri....
>>
>>>
>>><%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
>>>
>>>Is this link even valid?
>>
>>--
>>Mark Diggory
>>Software Developer
>>Harvard MIT Data Center
>>http://www.hmdc.harvard.edu
>
>
--
Mark Diggory
Software Developer
Harvard MIT Data Center
http://www.hmdc.harvard.edu
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]