Skip to Main Content

Unreachable Code error in JSTL If condition for continue;

991222Feb 14 2013
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
Comments
Post Details
Added on Feb 14 2013
0 comments
858 views