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 are context initialization parameters?
How does response sendredirect work?
What are jsp el implicit objects and how it’s different from jsp implicit objects?
i need the source code for opening a word document in java
What is the use of pagecontext in jsp?
Why do we need custom tags?
Show the 2 types of comments in JSP.
What are the two ways to include the result of another page?
How we can configure init params in jsp?
How can automatic creation of session be prevented in a jsp page?
What is the
how to insert star image and need to rate it.. one star two star so on how to do in jsp...????
What is the difference between hide comment and output comment?
What are the main tags in jsp?
What is jsp life cycle?