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
What is the
List down the major differences between the jsp custom tags and java beans.
How can the output of JSP or servlet page be prevented from being cached by the browser?
What is the purpose of
Explain the advantages of jsp?
Explain client and server side validation?
Give an example where you need jsp custom tag?
How does a servlet communicate with a jsp page?
When will container initialize multiple jsp/servlet objects?
What are the implicit objects in jsp?
What are the components that make up a tag library in jsp?
What jsp lifecycle methods can I override?
What is client side technology?
How can we use beans in jsp?
How do I use comments within a jsp page?