Re: Help on JSP page.

2001-09-17 Thread Richard Yee
Where is the rest of the code? The code snippet that you included doesn't output anything. The error is probably somewhere else in the file. A few observations on your code: 1) You should learn about using custom tag libraries. The JSP page would be much cleaner if you used the dbtags library (

Help on JSP page.

2001-09-16 Thread Dick Wong
Dear all, Please tell me why if the result is no record, then the following error message display ? How can I solve it. Thanks. <%@ page language="java" import="java.sql.*,java.io.*" %> <%! Connection con=null; Statement stmt=null; ResultSet result=null; Statement stmt1=null; Resul