Hi,
I'm doing the following in a Java class:
RequestDispatcher rd = context.getRequestDispatcher("/some.jsp", req,
res);
and I want to display any compile-time or run-time excpetions. Is there
some kind of
JspException object in the request containing this information?
Thanks, Jason
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
