Google News
logo
JSP - Interview Questions
How can one restrict the display of page errors on the java server page?
The method to restrict page error display on the JSP is to set the “Errorpage” attribute of the page directory as the name of the error page. Once you have done that, now you should set “isErrorpage=TRUE” in error JSP page. The reason for doing so is, whenever any error will occur in the JSP page, an error page will be automatically called.
Advertisement