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]



Reply via email to