Answer Posted / guest
You can use the errorPage attribute of the page directive
to have uncaught runtime exceptions automatically forwarded
to an error processing page.
For example:
redirects the browser to the JSP page error.jsp if an
uncaught exception is encountered during request
processing. Within error.jsp, if you indicate that it is an
error-processing page, via the directive:
the Throwable object describing the exception may be
accessed within the error page via the exception implicit
object.
Note: You must always use a relative URL as the value for
the errorPage attribute.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What are the different types of jstl tags?
Write a simple example for the clone() method.
What is jsp? Explain
What is a session in web?
What is page scope?
Explain jsp:plugin action?
In the servlet 2.4 specification singlethreadmodel has been deprecated, why?
Give uses of object cloning?
How do I mix jsp and ssi #include? What is the difference between include directive & jsp:include action?
What is expression language injection?
What is jsp include tag?
Can you disable jsp scripting?
What is context url?
Differentiate between
Can any one explain about the project Approximate shortest distance computing:A query dependent local landmark scheme