Dennis Huang wrote:
> Hi, all:
>
> I am using jswdk-1.0.1. I got an error when trying the example. It says
> response.reset() not found. But it's a method in ServletReponse object. Do
> you why this happen? If I remove this line I do get the image.
>
JSWDK 1.0.1 was based on servlet API version 2.1. The reset() method was added in
servlet API version 2.2, and is thus only supported in a 2.2-compatible servlet
engine (such as Jakarta Tomcat at <http://jakarta.apache.org>).
>
> thanks,
>
> Dennis Huang
>
Craig McClanahan
===========================================================================
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