> Yes, it is case sensitive. My folder really is lower case. 
> I've tried it both ways.

You've tried what both ways, the uri?  The *folder* needs to be named
WEB-INF, all caps.  That's not negotiable, it's part of the servlet spec.

And as Pierre said, the best way to refer to the tld's is by their unique
uri's:
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"; %>
<%@ taglib prefix="sql" uri="http://java.sun.com/jsp/jstl/sql"; %>

-- 
Wendy Smoak
Application Systems Analyst, Sr.
ASU IA Information Resources Management 

Reply via email to