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