Re: 400 on post to servlets

1999-10-12 Thread Nimret Sandhu
Please read the FAQ at 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 doG

Re: 400 on post to servlets

1999-10-12 Thread Alex Shneyderman
Please read the FAQ at 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 fro

400 on post to servlets

1999-10-12 Thread Diane Shaffer
Please read the FAQ at 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