How do you restrict page errors display in the JSP page?

Answers were Sorted based on User's Feedback



How do you restrict page errors display in the JSP page?..

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

How do you restrict page errors display in the JSP page?..

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

Post New Answer

More JSP Interview Questions

When does a container initialize multiple jsp objects?

0 Answers  


What is action tag in jsp?

0 Answers  


Is jsp platform dependent?

0 Answers  


How can we forward the request from jsp page to the servlet?

0 Answers  


Define scriptlet, expression and declaration in jsp?

0 Answers  


what are the tools used in your project , How to ask the answer this question

0 Answers  


What are the steps for creating custom tags in jsp?

0 Answers  


What is client side technology?

0 Answers  


What is jsp and its advantages?

0 Answers  


How to configure init parameters for jsp?

0 Answers  


What is the difference between servletcontext and pagecontext?

0 Answers  


Can I use javascript on jsp page?

0 Answers  


Categories