> yeah I fat fingered that...take the doPost out of doPost and it works...This > is taken form Core Servlets by Hall. One question - why would you need a HttpServlet? The only time I needed it what when I nedded HttpResponse object, so I could send redirect. And I didn't override doPost(), now I remeber. I just had to override service(), since it was still abstract (which it should be). One needs to override doPost only if one wishes to specifically handle POST requests, I think. Nix.
- HTTP method POST is not supported by this URL Endle, Cory
- RE: HTTP method POST is not supported by this URL Chad Alan Prey
- Re: HTTP method POST is not supported by this... Nikola Milutinovic
- RE: HTTP method POST is not supported by ... Chad Alan Prey
- RE: HTTP method POST is not supported... Nikola Milutinovic
- RE: HTTP method POST is not supported by ... Jim Urban
- Re: HTTP method POST is not supported by this URL Nikola Milutinovic
- RE: HTTP method POST is not supported by this URL Larry Isaacs
- Re: HTTP method POST is not supported by this... Nikola Milutinovic
- Re: HTTP method POST is not supported by ... Bo Xu
- Re: HTTP method POST is not supported... Nikola Milutinovic
- Re: HTTP method POST is not supp... Craig R. McClanahan