How do I handle an Exception in Jstl .I want to handle the exceptions in an "errorpage.jsp".how do i handle them in jstl.How do I write The Catch block
Printable View
How do I handle an Exception in Jstl .I want to handle the exceptions in an "errorpage.jsp".how do i handle them in jstl.How do I write The Catch block
please consider this link
Java Tips - JSTL - How to catch an exception inside the page
there is a clear example of that :)
good luck!
Thank u very much