I have a couple of questions reg. JSP error handling (JSP 1.0). I'm playing around with JSWDK 1.0 (early release) from Sun. 1. Suppose an error occurs on p1.jsp, and the <%@page .. %> directive specifies error.jsp as the error page. How can I get the context of the exception on error.jsp, so that the end-user can be shown a meaningful error message? 2. Is it possible to get the line number on the JSP at which the exception occured? It seems the stack trace only gives the line number in the generated java file. Thanks. - Venka =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JSP-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
