> I'm using both doPost and doGet methods in the servlet. All the code is in
> doGet and doPost simply calls doGet. But when I removed doPost I got an error
> message saying that this URL doesn't support POST method, that's why I included
> it.
Yep -- you've done the right thing as far as doGet and doPost -- if you
don't implement a do* method of the HttpServlet abstract class, the
service method of the class (which is what gets called by the engine)
will assume that you don't support it and return what you see.
As far as why you are having the problem, you may need to go to your
servlet engine vendor for help. There's not enough data to figure out
what is going on.
.duncan
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html