How do you restrict page errors display in the JSP page?
Answer Posted / guest
You first set "Errorpage" attribute of PAGE directory to
the name of the error page (ie Errorpage="error.jsp")in
your jsp page .Then in the error jsp page
set "isErrorpage=TRUE". When an error occur in your jsp
page it will automatically call the error page.
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
How to send data from jsp to jsp?
How to restrict page errors display in a JSP page?
Is jsp a front end?
What is the difference between jsp and thymeleaf?
What is jsp? Explain
What is a javaserver pages (jsp)?
How can I declare methods within my jsp page?
What are context initialization parameters?
What are the types of jstl tags?
Is there a way I can set the inactivity lease period on a per-session basis?
Is jsp and javascript same?
What is session object in jsp?
Differentiate between response.sendredirect(url) and
What is the include directive?
Give the use of exception object.