참고 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}">
'프로그래밍 > Servlet&JSP' 카테고리의 다른 글
[Servlet&JSP] JSP 에서 OutputStream 사용시 IllegalStateException 해결법 (0) | 2019.11.12 |
---|---|
[Servlet&JSP] org.apache.jasper.JasperException: Unable to compile class for JSP (0) | 2014.06.03 |
[jQuery] form.rest() (0) | 2013.12.02 |
[JSTL] JSTL 에서 삼항연산자 문법 (0) | 2013.12.02 |
스크립트나 html을 제거하는 정규식 (0) | 2008.10.16 |