JSP Question:

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

Tweet Share WhatsApp

Answer:

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.

Download Java JSP Programming PDF Read All 26 Java JSP Programming Questions
Previous QuestionNext Question
How do I prevent the output of my JSP or Servlet pages from being cached by the browser? What is JSP technology?