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?



------------------------------------------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

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