Re: Help with handling exceptions

2004-04-25 Thread Zachary Hartley
Karl Coleman wrote: What we do is catch the exception in the Java code and redirect from the Java code, not the JSP itself. What ? Zach - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTE

RE: Help with handling exceptions

2004-04-19 Thread Karl Coleman
What we do is catch the exception in the Java code and redirect from the Java code, not the JSP itself. Karl -Original Message- From: Frank Burns [mailto:[EMAIL PROTECTED] Sent: Monday, April 19, 2004 9:03 AM To: Tag Libraries Users List Subject: Help with handling exceptions Hi

Help with handling exceptions

2004-04-19 Thread Frank Burns
Hi, Please help. What I would like to do is redirect, or forward, to another page when an exception occurs in certain JSP pages. I call some JSPs that utilize beans (via JSTL) that have getter methods which perform database access. These getter methods can generate exceptions. When they do, the