Re: Superclass for JSPs?

2001-04-06 Thread Peter Smith
I honestly don't know if it's possible to subclass your JSP pages, but I may have a hack workaround. First, know that you can declare a 'jspinit()' method that is just like the 'init()' method in your servlet. Search the following doc for details: http://developer.java.sun.com/developer/onlineT

Superclass for JSPs?

2001-04-06 Thread Felix A. Milovanov
Hello all, i just started using Java for server-side WEB development ( I've 4 years of this development in C and Perl ). When I read about JSPs, I found than JSP is compiled into servlet on a first call and than runs like a servlet. The question is : is it possible to have a superclass fo