Saved Bookmarks
| 1. |
How Does Jsp Handle Runtime Exceptions? |
|
Answer» Using errorPage attribute of PAGE directive and also we NEED to specify isErrorPage=true if the current page is INTENDED to URL redirecting of a JSP. Using errorPage attribute of page directive and also we need to specify isErrorPage=true if the current page is intended to URL redirecting of a JSP. |
|