David Liles wrote:

I had the tld in the web.xml file but I had the wrong path.... ops... I corrected the path and now I'm getting the following:
org.apache.jasper.JasperException: XML parsing error on file /WEB-INF/tld/c.tld: Invalid PUBLIC ID:
To develop locally I am using Tomcat 4.0.3 and jstl 1.1

JSTL 1.1 requires a JSP 2.0 container. This means Tomcat 5.x.


-- Pierre



-----Original Message----- From: Felipe Leme [mailto:[EMAIL PROTECTED] Sent: Mon 10/20/2003 11:21 AM To: Tag Libraries Users List Cc: Subject: Re: is this link correct?



        On Monday 20 October 2003 01:39 pm, David Liles wrote:
        > <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core"; %>
        >
        > Is this link even valid?
        
        The link is correct and valid, but you need to map the URI to a .tld file:
        
        - if you are using a JSP 1.2 container, that mapping is done automatically
        when the container reads the standard.jar from WEB-INF/lib
        - if you are using a JSP 1.1 container, that mapping must be explicitly
        defined at WEB-INF/web.xml. But that wouldn't matter, as JSTL requires a JSP
        1.2 or 2.0 container.
        
        Also, if you're using JSP 2.0 and JSTL 1.1, the URIs have been changed.
        
        So, which web container are you using?
        
        Felipe
        
        
        ---------------------------------------------------------------------
        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]



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



Reply via email to