참고 URL : http://stackoverflow.com/questions/1463597/evaluate-if-list-is-empty-jstl


<c:if test="${empty myObject.featuresList}">


<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
<c:if test="${fn:length(list) > 0}">


+ Recent posts