How do you restrict page errors display in the JSP page?

Answers were Sorted based on User's Feedback



How do you restrict page errors display in the JSP page?..

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

How do you restrict page errors display in the JSP page?..

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

Post New Answer

More JSP Interview Questions

Can you disable the caching on the back button of a particular browser?

0 Answers  


How many types of jsp tags are there?

0 Answers  


Hi, We developed a webpage using jsp for our team, now we need to know who are employees opening this page,i.e, we need to get the windows user name when ever he/she open the page and stores into a variable. Plz help on this

0 Answers  


in jsf page i use two dropdown list.i.e state & district.if state dropdown is selected then & then district is enable.what should be my code.

0 Answers   Tech Mahindra,


Explain pge Directives.

0 Answers  






What are jsp elements?

0 Answers  


Can a jsp page process html form data?

0 Answers  


What is expression language injection?

0 Answers  


What is taglibs?

0 Answers  


How do you restrict page errors display in the JSP page?

2 Answers   IBM, TCS,


how to make a jsp page threadsafe?

2 Answers   Mastek,


What is jsp and how it works?

0 Answers  


Categories