Using the <error-page><error-code> directive in my web.xml, I am redirecting errors & exceptions to one error page. I know I can query the exception but how do I query the error that may have caused the page to be invoked.
e.g. if I call response.sendError(234), how do I tell in CheckError.jsp that the error that cased the page to be invoked was 234 (and any other information). I don't want to have to put in a separate directive for each possible error. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
