VIKRANT JAIN wrote:
>
> hi guys!
> can anybody reply to the above query please?
> unlike in the previous version of JSP1.0 there does not appear to be any
> page directive named "method" (or any other way) through which the
> scriptlet code may form a part of some method other than the default
> "service"
> thanks,
> Vikrant
True, the method directive was removed. In JSP 1.0 (and 1.1), the method
in the generated servlet is named _jspService(). It handles both POST and
GET requests. What are you trying to solve that requires you to specify
the method name?
Hans
--
Hans Bergsten [EMAIL PROTECTED]
Gefion Software http://www.gefionsoftware.com
===========================================================================
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