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 do you mean by isscriptingenabled attribute?
Explain client and server side validation?
how to enable session tracking for jsp pages,if the browser has disabled cookies?
What is server side programming language?
When destroy method of jsp is called?
What is contextpath in jsp?
hi i m tannu and i m developing one web site as my project and i have created one chatting application using applet and socket it run perfactly using netbeans5.5 and appletviewer but when i run on browser it doent run i put it class file in jar file then call by jsp when it load in browser it stop on applet started plz help me soon
Explain the uses of <jsp:usebean> tag.
What is jstl core tags?
How can I set a cookie and delete a cookie from within a jsp page?
Why session is used?
How can we prevent implicit session creation in jsp?