<c:if test="${empty var1}">
var1 is empty or null.
</c:if>
<c:if test="${not empty var1}">
var1 is NOT empty or null.
</c:if>
'미분류' 카테고리의 다른 글
[spring] Error configuring application listener of class com.sun.faces.config.ConfigureListener (0) | 2014.09.02 |
---|---|
[spring] Error configuring application listener of class org.springframework.web.context.ContextLoaderListener (0) | 2014.09.02 |
SSL 설정 오류 (webtob) (0) | 2014.07.31 |
[오라클] 테이블 락 조회/ 해제 방법 (0) | 2014.07.16 |
[오라클] 테이블스페이스 여유공간확인 (0) | 2014.07.02 |