<c:forEach items="${requestScope.DetailList}" var="list"> <c:if test="${list.someType eq 'aaa' or list.someType eq 'AAA'}"> <<<continue>>> </c:if> <p>someType is not aaa or AAA</p> </c:forEach>