Re: Problems with my first JSP file

2005-12-11 Thread Mark Thomas
When starting a new thread (ie sending a message to the list about a new topic) please do not reply to an existing message and change the subject line. To many of the list archiving services and mail clients used by list subscribers this makes your new message appear as part of the old thread. Thi

Problems with my first JSP file

2005-12-11 Thread Claudio Veas
Im already on my learning path but I have a problem on my first example and I dont know exactly what it is. This is the JSP File   Employee List<%@ page import="java.sql.*" %>Last NameFirst Name<%Connection conn = null;Statement st = null;ResultSet rs = null;try {Class.forName("com.mysql.jd