Ted Stockwell wrote:

> > -----Original Message-----
> > From: Ted Stockwell
> > Subject:      RE: What is going on with my import statement ???
> >
> > I have experienced the same problem, the <%@ page include="..."%> tag just
> > doesn't work.
>         [Ted Stockwell]
>         Sorry, I should have wrote that the  <%@ page import="..." %> tag
> doesn't work
>
>         ted stockwell
>

There is a bug in the reference implementation.  Use the following until it is
fixed:

    <%@ page imports="..." %>

(Note the plural).

Craig McClanahan

===========================================================================
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".

Reply via email to