On Thu, 29 May 2003 02:31, Schwartz, David (CHR) wrote: > <% @ taglib prefix="c" uri="http://java.sun.com/jstl/core" %> > <%@ taglib prefix="sql" uri="http://java.sun.com/jstl/sql" %>
those uri's need to point to the tld files on your local filesystem, so something like uri="/WEB-INF/tld/core.tld" Regards, -- Jason Bainbridge KDE Web Team - http://kde.org [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
