> > <%@ taglib uri="http://java.sun.com/jstl/core";
> > prefix="c" %>
> > <%@ taglib uri="http://java.sun.com/jstl/fmt";
> > prefix="fmt" %>
> > 
> > I get this message for both tags:
> > 
> > No tag library could be found with this URI.
> > Possible causes could be
> > that the URI is incorrect, or that there were errors during 
> parsing of 
> > the .tld file.
> 
> I think the URI is now {http...}/jsp/jstl/{whichever}.

I've tried it that way too:

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

Same messages.


--
Tim Slattery
[EMAIL PROTECTED]


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

Reply via email to