Hi there,
I'm a newbie. I sent a question yesterday and someone pointed me to
DBTaglibs. I worked on it all night and I find it cool. I tried the code
from the DBTaglib Documentation, titled "disable looping" under resultset. I
keep getting the following error. I checked the jar file and the class is in
it. Can anyone help???
Thanx,
Dinesh, S.
----------------------------------------------------------
org.apache.jasper.JasperException: Unable to compile class for
JSPC:\jakarta-tomcat-3.2.3\work\localhost_8080%2Fsfa\_0002fBrowse_0002ejspBr
owse_jsp_18.java:325: Class ResultSet not found.
ResultSet rset = (ResultSet)
pageContext.getAttribute("rset2");
^
C:\jakarta-tomcat-3.2.3\work\localhost_8080%2Fsfa\_0002fBrowse_0002ejspBrows
e_jsp_18.java:325: Class ResultSet not found.
ResultSet rset = (ResultSet)
pageContext.getAttribute("rset2");
^
Note:
C:\jakarta-tomcat-3.2.3\work\localhost_8080%2Fsfa\_0002fBrowse_0002ejspBrows
e_jsp_18.java uses or overrides a deprecated API. Recompile with
"-deprecation" for details.
2 errors, 1 warning
at org.apache.jasper.compiler.Compiler.compile(Compiler.java, Compiled Code)
at org.apache.jasper.servlet.JspServlet.doLoadJSP(JspServlet.java:612)
at org.apache.jasper.servlet.JasperLoader12.loadJSP(JasperLoader12.java:146)
at org.apache.jasper.servlet.JspServlet.loadJSP(JspServlet.java:542)
at
org.apache.jasper.servlet.JspServlet$JspServletWrapper.loadIfNecessary(JspSe
rvlet.java:258)
at
org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.ja
va:268)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:429)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java, Compiled
Code)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:405)
at org.apache.tomcat.core.Handler.service(Handler.java:287)
at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:81
2)
at org.apache.tomcat.core.ContextManager.service(ContextManager.java:758)
at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
onnectionHandler.java:213)
at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java,
Compiled Code)
at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java,
Compiled Code)
at java.lang.Thread.run(Thread.java:479)
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets