Hello all!
I am using Tomcat 3.0 (servlet 2.2, jsp1.1) and Apache 1.3.9.
In my jsp i have a <jsp include...> tag that is throwing me this error:
Included servlet error: 400: HTTP method POST is not supported by this URL.
This jsp is first called by a servlet serving a POST request from a client.
This servlet only has the service method because i want it to respond either
to a POST method or a GET method.
I then call the servlet using GET and in turn it calls my jsp and the error
doesn't happen.
Am i missing something about the jsp:include directive?
I have been using Jrun with jsp1.0 and did not had this problem.
Thank you for any input!
Telmo

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to