It looks like your page should extend servlet and not jsppage.

Just change JSPBase to extend servlet (and make the required changes).

I haven't read the spec, but I imagine that extending OrionHttpJspPage is proprietary, 
and would not be part of the spec.

Scott

>>> [EMAIL PROTECTED] 05/23/01 05:42am >>>
I create a class called JSPBase class which extends OrionHttpJspPage,
and I put the <@ page extends="packagename.JSPBase"> in my JSP file.
however, orion give the following error:

     Superclass of the JSP page does not implement Servlet, invalid
extends attribute.

Does orion implement <@page extends> correctly?

Any clarification?

-Jiuyun


__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/ 



Reply via email to