jstl problem
in my code i have written
<%
int k=1/0;
%>
<c:catch var="ex">
The Exception is :
<c:out value="${ex}"/>
</c:catch>
in jsp page but it is showing error message on jsp while other jstl tags in same page are working fine.
__________________
regards ,Vivek
|