Hello, with tomcat 3.1 I'm throwing a ServletException in a servlet's doPost method, and in this case the doPost is invoked a second time, throwing the ServletException again, which is then shown in the response page. What am I doing wrong? Thanks, be well, Ralf
- Re: doPost invoked twice on ServletException Ralf Suckow
- Re: doPost invoked twice on ServletException Thomas Schreiner