If the processRequest method of a JSP-aware bean throws an
exception (say NullPointerException), shoudn't the JSP runtime detect the
exception and redirect to an error page? I've tried this with both JRun 2.3 and
the Sun 0.92 reference implementation, and they both swallow the exception. The
JRun implementation does at least output the stack trace to the log, but
shouldn't bean exceptions propagate up the normal error page handling
mechanism?? Is this part of the design, or is it a bug?
Tuyen Tran