Hi,
What is the function of "extend" directive in jsp?
Does it mean that we can change the default base class extends of
servlet (JSPServlet) corresponding to our jsp. Actually we want to add
some common functionality such as session management into all the jsp.
so we want to write our own base servlet extending JSPServlet and make
all the jsp's extend from this servlet. Can this be achieved using
extends directive?
I am using NAS4.0 and it supports jsp 0.92 specification and the
specs say that extends is not supported in version 0.92.
Thanx in advance,
Sreenivas R.V.
===========================================================================
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