On Sun, 16 Jan 2000, kiran vattem wrote:
> Hello Gurus,
> I am trying to access a servlet that uses session information from a html
> page with
>
> <FORM ACTION="../servlets/ShoppingCart" METHOD="POST">
>
> I am getting the error
>
> Error400:
> HTTP method POST is not supported by this URL
[ ... ]
I believe that message is what's output by the default doPost()
method, so looks like you haven't implemented your own. If you have
implemented doGet(), and you want the same behavior for POST as GET,
just have doPost() call doGet().
Milt Epstein
Research Programmer
Software/Systems Development Group
Computing and Communications Services Office (CCSO)
University of Illinois at Urbana-Champaign (UIUC)
[EMAIL PROTECTED]
___________________________________________________________________________
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