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

Tell us about the jsp life cycle methods.

0 Answers  


What is dynamic web project?

0 Answers  


What is jsp standard tag library, provide some example usage?

0 Answers  


What is the difference between directive include and jsp include?

0 Answers  


Tell us about the stages (phases) of the jsp life cycle.

0 Answers  






How can we handle exceptions thrown by jsp service method?

0 Answers  


What is tld in jsp?

0 Answers  


How can we avoid direct access of jsp pages from client browser?

0 Answers  


Explain translation phase.

0 Answers  


How does el search for an attribute?

0 Answers  


How to deactivate el usage on jsp?

0 Answers  


What is content type in jsp?

0 Answers  


Categories