How do you restrict page errors display in the JSP page?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / pratique suhane
by validating each fields in java script so that the error
can not be occured.
| Is This Answer Correct ? | 0 Yes | 10 No |
What is context in jsp?
What is difference between sendredirect and forward?
Tell us about the stages (phases) of the jsp life cycle.
How can my application get to know when a httpsession is removed?
mention the three important tags used in the development of jsp bean.
Which language is used to write servlets and jsp?
How does a jsp work?
Explain various implicit objects in expression language.
How to send data from one page to another in jsp?
What are the three tags used in jsp bean development?
What is _jspservice method?
What is jsp? Explain