> 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.


Reply via email to