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 |
how to extends one jsp page to another jsp page with realtime example?
What is a translation unit?
How do I prevent the output of my jsp or servlet pages from being cached by the browser?
How to pass information from jsp to included jsp?
Is there a way I can set the inactivity lease period on a per-session basis?
How can you make the finally clause not to fail to execute?
how to connect the back end with Directive tag in jsp ...
What are the lifecycle phases of a jsp?
which situation you use static include and dynamic include in jsp?
How to ignore the el expression evaluation in a jsp?
Why do we use expression language in jsp?
How can we stop errors on display in a jsp page?