If you use "extends" attribute of the page directive.
What should you be extending? An implementor of
javax.servlet.jsp.HttpJspPage only?
I know it's illadvised to use "extends" but a lot of code
on this project has already been factored into a common
jsppage superclass.
For oracles application server it's
oracle.jsp.runtime.HttpJsp
for alliaire JRun it's
allaire.jrun.jsp.HttpJSPServlet
basically abstract methods as defined in javax.servlet.http.HttpServlet
have to be implemented in the subclass.
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets