<c:choose>
<c:when test="${fn:length(Result) !=0 }">
<!-- Result값이 있다면 실행할 로직 -->
</c:when>
<c:otherwise>
<!-- 그렇지 않다면 실행할 로직 -->
</c:otherwise>
</c:choose>
출처: https://bluemint.tistory.com/9 [BLUEMINT:티스토리]
'Study' 카테고리의 다른 글
인코딩 & 디코딩 (0) | 2023.01.17 |
---|---|
트랜잭션 (0) | 2022.12.29 |
[Java] Set Collection (0) | 2022.11.01 |
제목 글자 수 넘어가면 ... 처리 (0) | 2022.10.19 |
CKEDITOR(에디터) null 값 체크 (0) | 2022.10.19 |