How do you Restrict Page Errors Display in the JSP Page
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. In Advanced Java, specifically in JSP (JavaServer Pages), you can control the … Read more