I have experienced the same problem, the <%@ page include="..."%> tag just
doesn't work.
If you put the following line in servlets.properties....
jsp.initparams=keepgenerated=true
...then the code generated by the JspServlet will not be deleted. Then you
can check the code and you will see that the generated code does not include
the import statements that you expect.
Another serious problem I have has with EA1 is that "POST" requests are not
supported.
ted stockwell
> -----Original Message-----
> From: Magn�s ��r Torfason [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, July 05, 1999 9:36 AM
> To: [EMAIL PROTECTED]
> Subject: What is going on with my import statement ???
>
> Trying to use database connectivity, I would like to import java.sql.*,
> i.e.
>
> <%@ page import="java.sql.*" %>
> <%! static Connection conn; %>
>
> But it returns an unspecified error. When I replace it with the line:
>
> <%! static java.sql.Connection conn; %>
>
> everything works fine.
>
> What is going on, where is my error ???
>
> ==========================================================================
> =
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
> body
> of the message "signoff JSP-INTEREST". For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".