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

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