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

What is context in web application?

0 Answers  


Explain handling of runtime exceptions.

0 Answers  


What is jstl jar?

0 Answers  


What is the page directive is used to prevent a jsp page from automatically creating a session?

0 Answers  


What is the _jspservice() method?

0 Answers  






What are the implicit, internal el jsp objects and their differences from jsp objects?

0 Answers  


What are the implicit objects?

2 Answers   IBM, Sigma IT,


Can u Override any of the lifecycle methods of JSP?

1 Answers  


What are the two ways to include the result of another page?

0 Answers  


What is asp and jsp?

0 Answers  


How to delete a cookie in jsp?

0 Answers  


Is jsp better than servlet?

0 Answers  


Categories