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/
- bugs in <@page extends="...."> in Ori... Jiuyun Wang
- Tag libraries Arun Jayaprakash
- Orion JSP Container bugs in <@page extends=&q... Jiuyun Wang
- RE: bugs in <@page extends="...."&g... SCOTT FARQUHAR
- RE: bugs in <@page extends="...."&g... Robert Nicholson
- Re: bugs in <@page extends="...."&g... Jiuyun Wang
- RE: bugs in <@page extends="...."&g... Robert Nicholson
- RE: bugs in <@page extends="....&quo... Randahl Fink Isaksen
- RE: bugs in <@page extends="...."&g... Randahl Fink Isaksen
- RE: bugs in <@page extends="....&quo... Robert Nicholson
- RE: bugs in <@page extends="...."&g... Juan Lorandi (Chile)
- RE: bugs in <@page extends="....&quo... Randahl Fink Isaksen
- Re: bugs in <@page extends="...."&g... Marcel Schutte
- RE: bugs in <@page extends="....&quo... Randahl Fink Isaksen
