RE: Exepsion catching

2001-06-30 Thread Martin van den Bemt
As you say : Catch the exception and redirect to a jsp page ;-)) Best is to override HttpServlet and make a MainServlet to catch Exception and handle the errors. Don't know how to do anything in a jsp page, so if you were asking that : don't know... Mvgr, Martin -Original

Re: Exepsion catching

2001-06-30 Thread Vinay Menon
: Martin van den Bemt To: [EMAIL PROTECTED] Sent: Saturday, June 30, 2001 11:18 PM Subject: RE: Exepsion catching As you say : Catch the exception and redirect to a jsp page ;-)) Best is to override HttpServlet and make a MainServlet to catch Exception and handle the errors