naveen wrote:

> hi,
>
> Thanks to Carsten Heyl for solving the dbaccess problem.
>
> Iam using JavaServer (tm) Web Development Kit
> Version 1.0 Early Access
>
> I was following the jsp syntax (jsp1.0) as giving by the sun site.
>
> the page tag given in it is as "<%@ page language="java"
> import="java.sql.*"%>"
> but the page was unable to import the java.sql.* resulting in a compilation
> error.
>
> But when i changed it to imports i.e "<%@ page language="java"
> imports="java.sql.*"%>"
> (as suggested by carsten) it worked.
>
> just wanted to let u guys who have just started off !!
>
> rds,
> naveen
>

The implication of this is that you are still running the Early Access version of
JSWDK 1.0.  I would suggest that you download the final version, which has bunches
of bug fixes and correctly follows the spec by using the word "import" here.

Craig McClanahan

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to