Unreachable Code error in JSTL If condition for continue;
My this code is giving Unreachable code error.
<c:if test="${nonFort=='Y'}">
<%
continue;
%></c:if>
If I do it without JSTL by applying scriptlet it works fine.
Not sure what is wrong with this condition.
Please help me out.
Thanks,
Amit