[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index] [Home]

Re: java.lang.ClassCastException


Hello,

I think that it's a new part on the spec, because all the servlet's methods
are mapped to method with the same name stating with jsp_ (jsp_init,
jsp_service)
I'm not sure

Bye, ;-)

    Fred

----- Original Message -----
From: Jason pratt <glorybox@umich.edu>
To: Frédéric PREVOST <prevostfr@district-parthenay.fr>
Cc: <gnujsp@gjt.org>
Sent: Tuesday, October 19, 1999 8:48 PM
Subject: Re: java.lang.ClassCastException


> > I've got the same problem this morning. The solution is that you can
> > extend (<%@ page extends="fr.escape.db.HttpJspPageDBEnabled" %>)  you
> > JSP page from only the "org.gjt.jsp.HttpJspPageImpl" class (or
> > sub-class) or from a class that implement the interface
> > "org.gjt.jsp.HttpJspPage".
>
> Thanks fred, i'll try this.
>
> (open question:) Is this a new part of the spec, or a bug?
>
> ::ja