Yes the first three lines should be:
import java.io.*;
//import java.servlet.*;
import javax.servlet.*;
import javax.servlet.http.*;
There is also no such package as java.servlet
Packages do not descend recursively...
That is if you have 2 packages called;
java.thing
java.thing.other
then java.thing.* does *not* include java.thing.other.*
Hope that makes it clear.
Nic
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html