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