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
How to disable scripting?
What is a jsp file?
What is jsp servlet?
What are scripting elements?
How many jsp implicit objects are there?
When i am useing useBean tag of JSP in weblogic server It show compiletion error..Like bad class file: C:\bea\user_projects\domains\Mahesh\applications\UseBean\WEB-INF\classes\user\UserData.class class file has wrong version 49.0, should be 48.0 Please remove or make sure it appears in the correct subdirectory of the classpath. user.UserData user1 = null; //[ /SaveName.jsp; Line: 4]
What are the advantages of jsp?
Which language is used to write servlets and jsp?
What is out in jsp?
What are the different life-cycle methods?
How can we create jsp custom tags?
What is the include directive?
What is jsp include tag?
How can you include the results of another page?
What is session object in jsp?