JSP error handling

2002-11-06 Thread Jan Kunzmann
Hi there, I've a problem with JSP error handling. I tried to make custom error pages with the <% page errorPage="..." %> element. If an error occurs during the execution of my jsp page, the error page is called, but the javax.servlet.error.* attributes do not contain any v

Re: JSP error handling

2002-11-06 Thread Ricardo Moral
under the attibute 'javax.servlet.jsp.jspException' of the request. But you must access this value directly using the 'exception' variable already declared on the context of the error page. --- Jan Kunzmann <[EMAIL PROTECTED]> wrote: > Hi there, > > I've a pro

Re: JSP error handling

2002-11-06 Thread Kris Schneider
der the attibute > 'javax.servlet.jsp.jspException' of the request. But > you must access this value directly using the > 'exception' variable already declared on the context > of the error page. > > > --- Jan Kunzmann <[EMAIL PROTECTED]> wrote: > >

Change in JSP error handling in Tomcat5.0??

2005-03-01 Thread Graba, Jan
Hi. While testing a JSP error page that was working fine 9 months ago, I found that the page is not now performing its function. Instead of displaying an appropriate error message when the associated JSP receives alphabetic data instead of the integer data that it is expecting, an HTTP 500 messa