What will happen if iselignored attribute is set as false?



What will happen if iselignored attribute is set as false?..

Answer / Anant Prasad Vema

In JSP, when isErrorPage attribute in taglib is set to false, the error page will be treated as an ordinary JSP page. This means that any errors that occur during the processing of this JSP page will be handled by the application's default error handling mechanism instead of being redirected to the specified error page.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JSP Interview Questions

how to extends one jsp page to another jsp page with realtime example?

3 Answers   CTS, Jamcracker,


What is a translation unit?

1 Answers  


How do I prevent the output of my jsp or servlet pages from being cached by the browser?

1 Answers  


How to pass information from jsp to included jsp?

1 Answers  


Is there a way I can set the inactivity lease period on a per-session basis?

1 Answers  


How can you make the finally clause not to fail to execute?

1 Answers  


how to connect the back end with Directive tag in jsp ...

1 Answers  


What are the lifecycle phases of a jsp?

1 Answers  


which situation you use static include and dynamic include in jsp?

2 Answers   L&T,


How to ignore the el expression evaluation in a jsp?

1 Answers  


Why do we use expression language in jsp?

1 Answers  


How can we stop errors on display in a jsp page?

1 Answers  


Categories