Hey gang, I've created a Controller servlet which has a servlet-mapping capturing all requests to /mirakel.do. This servlet determines based on the querystring/session/etc where it should send the request and then does a request.getRequestDispatcher("some JSP page").forward(req,resp). When my JSP page compiles correctly and throws no runtime exceps then everything works fine. However, when my JSP page cannot compile or throws a runtime exception, then I should get an error page. This does not show however. Instead, no response at all is sent back to the browser. When I call the JSP page directly the error page shows.
I'm using Tomcat 4.1.18 and Sun JDK 1.4. I've tested this on both a Win98 and a WinXP machine. Hope you can help out, Martin van Dijken --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]