I am using the jsp .91 spec and am trying to incorporate exception handling into
jsp pages. While processing the jsp page, if any exception is thrown the error
is printed out to the user in the form of a stack trace. I could just put try
catch blocks into all of the jsp pages wherever deemed necessary, but I was
looking for a less brute force approach. There doesn't seem to be a comparable
errorPage directive for the .91 spec, but that is what I am trying to
accomplish.

Thanks!

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to