adspace
What will happen if iselignored attribute is set as false?
Answer Posted / 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 View All Answers