How do you restrict page errors display in the JSP page?
Answer Posted / 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 |
Post New Answer View All Answers
What is jsp scriptlet tag used for?
Can jsp run without server?
Mention the implicit objects in a jsp.
Which attribute specifies a jsp page that should process any exceptions thrown but not caught in the current page? : Citibank
Give the use of session object.
Can an interface be implemented in the jsp file?
What is the jsp?
How do I perform browser redirection from a jsp page?
Why is it not recommended to use script elements in jsp?
How can information from one JSP be passed to another JSP?
Can you explain what is jsp page life cycle?
What are jsp elements?
What is scriptlet and what is expression?
How many tags are provided by jstl?
What is the use of pagecontext in jsp?