On 31 Mar 2001 [EMAIL PROTECTED] wrote:

>   After all the generated code depends anyway on the details of the jasper
>   runtime - it extends jasper.runtime.HttpJspBase.

Don't forget that you cannot make this assumption universally.  The page
author can use the <%@ page extends="com.mycompany.MyClass" %> to define
their own superclass, so the generated code (at least in that case) needs
to deal with not being a subclass of HttpJspBase.

Craig

Reply via email to