Re: JSTL startup question

Bob Arnott <[email protected]>
Newsgroups gmane.comp.jakarta.taglibs.user
Organization Autonomy Systems Ltd.
Message-ID <[email protected]>
Kevin Passey wrote:

[snipped...]

> Would anybody be so good as to comment.

Open standard.jar that came with JSTL1.1.2 zip, browse to the
META-INF folder and open c.tld. In there near the top you'll
see a tag <uri>http://java.sun.com/jsp/jstl/core</uri> that's
the URI to use in your JSP pages -

<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

What Servlet spec are you working against...? 2.3 or 2.4...?

Cheers,

-- 
Bob Arnott
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.