Try with the following taglib directives instead:

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

-- Pierre



Mike Steigerwald wrote:
Hi, all,

I'm new to taglibs, and relatively new to java, so maybe this really isn't
the stumper it seems to me. I'd appreciate any suggestions.

I have started with, IMHO, a simple sql jsp. However, I'm having a devil of
a time correctly implementing the sql taglibs. My current quandary is this
compiler error:

Unable to load class org.apache.taglibs.standard.tag.el.sql.SetDataSourceTag


This is the offending jsp code:


<%@ taglib uri="/web-inf/tld/c.tld"   prefix="c"   %>
<%@ taglib uri="/web-inf/tld/sql.tld" prefix="sql" %>

<sql:setDataSource var="productDS"
url="jdbc:odbc:agdb"
driver="sun.jdbc.odbc.JdbcOdbcDriver" />




I've looked at the sql.tld file. It looks complete and uncorrupted, but I'm
no expert. Would that be a likely source of error?

Thanks


--------------------------------------------------------------------- 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