Re: ResultSet not found

2001-04-18 Thread Scott Walter
; > I'm getting an error though at checklogin.jsp > > *** > > Error: 500 > > Location: /gamezone/checklogin.jsp > > Internal Servlet Error: > > org.apache.jasper.JasperException: Unable to compile > class for > JSP/usr/java/jakarta-tomcat-3.2.1

Re: ResultSet not found

2001-04-17 Thread Shun-Luoi Daniel Fong
ubmitted data is checked against the database. > > > >I'm getting an error though at checklogin.jsp > > > >*** > > > >Error: 500 > > > >Location: /gamezone/checklogin.jsp > > > >Internal Servlet Error: > > > >org.ap

Re: ResultSet not found

2001-04-17 Thread time out
or though at checklogin.jsp > >*** > >Error: 500 > >Location: /gamezone/checklogin.jsp > >Internal Servlet Error: > >org.apache.jasper.JasperException: Unable to compile class for >JSP/usr/java/jakarta-tomcat-3.2.1/work/localhost_8080%2Fgamezone/_0002fchecklogin_

RE: ResultSet not found

2001-04-17 Thread Azhar Khan
, April 17, 2001 2:49 PM To: [EMAIL PROTECTED] Subject: ResultSet not found I'm using a JavaBean to communicate with a mysql database. Here's what I do: 1. login.jsp --> user enters ID and password; also when this page is loaded the ConnectionBean is declared with scope="session&

ResultSet not found

2001-04-17 Thread Shun-Luoi Daniel Fong
karta-tomcat-3.2.1/work/localhost_8080%2Fgamezone/_0002fchecklogin_0002ejspchecklogin_jsp_0.java:91: Class ResultSet not found. ResultSet results = connection.executeQuery(sql); ^ 1 error at org.apache.jasper.compiler.Compiler