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 |
How to configure init parameters for jsp?
How does a jsp engine work?
What is the difference between servletcontext and pagecontext?
How many tags are provided by jstl?
can i extend jsp page like other java classes ?
What are the different directives in jsp?
How jsp is executed?
How to delete a cookie in a jsp?
What is scripting elements in jsp?
What is jsp syntax?
What are directives in jsp?
How do you delete the session data?