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
hpcl information systems officer 2008 Question Papers or any last previous questions papers thanks in advance shyamprasad71@gmail.com shyamprasad71@gmail.com
Give the syntax for jsp comments.
Why jsp is faster than servlet?
What is jsp param?
How does a servlet communicate with a jsp page?
Show the 2 types of comments in JSP.
Is jsp platform dependent?
What is the jsp:plugin action ?
What are different implicit objects of jsp?
How to get value from java to jsp page?
Can a jsp page instantiate a serialized bean?
What is the use of jsp implicit objects?
What is out in jsp?
What are jsp lifecycle methods?
Mention some important jsp action tags.