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 |
How do I use a scriptlet to initialize a newly instantiated bean?
What is a javaserver pages (jsp)?
What is the difference between a jspwriter and a servlet printwriter?
What is the <jsp:param> standard action?
How to retrieve warnings?
Which two interfaces does the javax servlet jsp package have?
What is jsp in javascript?
Why is used in jsp?
What are jsp and servlets?
What are the three tags used in jsp bean development?
What is expression language in jsp?
How do I set password expire time period?