티스토리 뷰
=============================================== Sample =============================================
Ex) eq (==)
1. <c:if test="${ null eq test_column }"> // null
2. <c:if test="${ 0 eq test_column }"> // 숫자
3. <c:if test="${ '0' eq test_column }"> // 문자
Ex) empty
= <c:if test="${ empty test_columnMap }"> // list, map 객체 등
= <c:if test="${ !empty test_columnMap }"> // 비어 있지 않은 경우
Ex) ne (!=)
1. <c:if test="${ null ne test_column }"> // null
2. <c:if test="${ 0 ne test_column }"> // 숫자
3. <c:if test="${ '0' ne test_column }"> // 문자
[출처] Jstl eq, ne, empty 사용 (하늘 Java) |작성자 프라임
<c:if test="${null ne result.gn_seq}">수정</c:if>
<c:if test="${null eq result.gn_seq}">등록</c:if>
'JAVA > JSTL' 카테고리의 다른 글
fn으로 특정 문자열 자르기 (0) | 2017.07.21 |
---|---|
jstl / fmt(포맷) 숫자 or 날짜 (0) | 2017.07.21 |
jstl 나누기 와 형태 변환 (0) | 2017.07.21 |
jstl 에서 fn 사용법 (0) | 2017.07.21 |
fn 사용법 2 (0) | 2017.07.21 |
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 정규식
- 톰캣
- node관리
- 성수밥
- 이클립스
- Lalavel
- jstree
- tree로만들기
- html
- 메뉴관리
- 오라클
- Apach
- Eclipse
- 터미널
- server.xml
- 르프리크
- 최고심
- Tomcat
- 힘냉면록
- Oracle
- 아파치
- Mac
- 토라식당
- input
- 맥
- 위잇딜라이트
- 조직도관리
- 성수뚝떡
- floating button
- SQL
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
글 보관함