----------------------------------------------------
Please read the FAQ at <http://java.apache.org/faq/>
It has a search feature and all the answers!
----------------------------------------------------
In your servlet you only have code in doGet method
You should have doPost and call doGet from within it.
On Tue, 12 Oct 1999, Diane Shaffer wrote:
> ----------------------------------------------------
> Please read the FAQ at <http://java.apache.org/faq/>
> It has a search feature and all the answers!
> ----------------------------------------------------
>
>
> Hello,
>
> When I attempt to invoke a servlet using the POST
> method in a form
> I get a 400 error back.
>
> Using the same form I can invoke my servlet using GET,
> I can also
> invoke a cgi script using POST and that form.
>
> Another curiousity - nothing is written into the
> Apache error log.
>
> Thanks for any suggestions,
>
> Diane Shaffer
> [EMAIL PROTECTED]
>
> jsdk v 2.0
> Apache v 1.3.9
>
>
> =====
>
> __________________________________________________
> Do You Yahoo!?
> Bid and sell for free at http://auctions.yahoo.com
>
>
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Archives and Other: <http://java.apache.org/main/mail.html>
> Problems?: [EMAIL PROTECTED]
>
>
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]