|
JSTL Exception Handling
Hello, this is sagar,
i want to know how to handle exceptions in JSTL programs..
i tried out by putting a
<c:catch var ="myException">
<c:redirect url="errorpage.jsp">
</c:catch>
but i am failing to caught that exception that is generated..
any one can give a small program, that handles the exceptions..
waiting for ur reply
|