wiki:spring:jstl
차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 양쪽 이전 판
이전 판
다음 판
|
이전 판
|
wiki:spring:jstl [2020/03/31 09:46] dhan |
wiki:spring:jstl [2023/01/13 18:44] (현재) |
| ===== Choose ===== | ===== Choose ===== |
| [[https://enzycut.tistory.com/entry/JSTLchoose-when-otherwise-%EC%82%AC%EC%9A%A9%EB%B2%95|[JSTL]choose와 when, otherwise 사용법]] | [[https://enzycut.tistory.com/entry/JSTLchoose-when-otherwise-%EC%82%AC%EC%9A%A9%EB%B2%95|[JSTL]choose와 when, otherwise 사용법]] |
| | |
| | ===== Format ===== |
| | [[https://zzznara2.tistory.com/688|[jstl] Date형과 String형인 경우 jstl(fmt)로 날짜 포맷에 맞게 출력하는 방법]] \\ |
| | [[https://cofs.tistory.com/39|jstl / el / 나누기 / % / 소수점 표시하기]] \\ |
| |
| ===== Length ===== | ===== Length ===== |
| ${resultList.size } X | ${resultList.size } X |
| ${fn:length(resultList) } O | ${fn:length(resultList) } O |
| | </code> |
| | |
| | ===== List ===== |
| | [[https://stackoverflow.com/questions/14737337/how-to-iterate-over-a-list-of-lists-in-jstl|How to iterate over a list of lists in jstl?]] \\ |
| | <code jsp> |
| | <c:forEach var="innerList" items="${mylist}"> |
| | <c:forEach var="obj" items="${innerList}"> |
| | <c:out value="${obj.val}"></c:out> |
| | </c:forEach> |
| | </c:forEach> |
| </code> | </code> |
| |
| 객체의 값이 있을 때: <c:if test='${!empty map }'></c:if> | 객체의 값이 있을 때: <c:if test='${!empty map }'></c:if> |
| </code> | </code> |
| | |
| | ===== Tag ===== |
| | [[https://kkith.blog.me/220352327172|전자정부 표준프레임워크 사용자 태그 정의 하기]] \\ |
| | [[https://www.4te.co.kr/569|클래식 커스텀 태그]] \\ |
| | |
| |
| ===== Tip ===== | ===== Tip ===== |
| |
| ===== Trouble shooting ===== | ===== Troubleshooting ===== |
| |
| ===== Ref ===== | ===== Ref ===== |
/var/services/web/dokuwiki/data/attic/wiki/spring/jstl.1585615606.txt.gz · 마지막으로 수정됨: 2022/03/10 19:52 (바깥 편집)