How do you restrict page errors display in the JSP page?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / pratique suhane
by validating each fields in java script so that the error
can not be occured.
| Is This Answer Correct ? | 0 Yes | 10 No |
Is jsp front end or backend?
Why is jsp used for?
How can I override the jspinit() method within a jsp page?
How does a jsp engine work?
write a program in javasacript to shake the window
What are the primary differences between the jsp custom tags and java beans?
How do I run a jsp file in linux?
How to include static files in a jsp?
What is scriptlet in jsp?
How to deactivate el on jsp?
What is the purpose of jsp and why it is widely used?
Why we use jsp instead of html?