Sorry I left out the jsp and SampleExtends constructs in earlier message.

jsp:
<%@ page language="java" extends="SampleExtends" import="someOtherBean" %>
...


SampleExtends.java:
import...
abstract public class SampleExtends extends HttpServlet implements HttpJspPage
{
...
}

This setup yields a "getClassLoader() not found" during page compilation.

-Mary




On Mon, 11 Oct 1999 14:42:47 -0700, Wong Mary <[EMAIL PROTECTED]> wrote:

>>Try this SampleExtends.java.  I used it with the public Draft 1.0 spec on suns
>>reference implementation and JRun's latest release and it worked fine.
>
>Has anyone gotten the extends attribute to work with jswdk1.0?  I tried
>extending Will's SampleExtends.java in my jsp, but there was problem
>finding getClassLoader() during jsp compilation.  I then changed the
>superclass (SampleExtends) to extend jswdk's HttpJspBase in place of
>HttpServlet, but that causes problems with trying to overwrite
>HttpJspBase's final methods.
>
>Any suggestions out there?
>
>-Mary

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to