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 |
When does a container initialize multiple jsp objects?
What is action tag in jsp?
Is jsp platform dependent?
How can we forward the request from jsp page to the servlet?
Define scriptlet, expression and declaration in jsp?
what are the tools used in your project , How to ask the answer this question
What are the steps for creating custom tags in jsp?
What is client side technology?
What is jsp and its advantages?
How to configure init parameters for jsp?
What is the difference between servletcontext and pagecontext?
Can I use javascript on jsp page?