728x90
반응형
#타임리프 셀렉트박스(selectbox) th:selected 사용법 및 문법
#th:selected, th:each, th:value, th:text, th:selected
<select id="comCd" name="comCd">
<option value="">전체</option>
<option th:each="comCdList : ${comCdList}"
th:value="${comCdList.cd}"
th:text="${comCdList.name}"
th:selected="${comCdList.cd} == '01'">
</option>
</select>
728x90
반응형
'IT > Thymeleaf' 카테고리의 다른 글
[Thymeleaf] - 타임리프 체크박스(checkbox) 사용법 및 문법 (0) | 2022.01.29 |
---|---|
[Thymeleaf] - 타임리프 셀렉트박스 반복문 처리 th:with, th:unless, #numbers.sequence 날짜(시간, 분) 선택하는 법 (0) | 2022.01.29 |
[Thymeleaf] - 타임리프 th:for 사용법 및 문법 (0) | 2022.01.29 |
[Thymeleaf] - 타임리프 라디오박스(radiobox) th:checked 사용법 및 문법 (0) | 2022.01.28 |
[Thymeleaf] - 타임리프 th:href, th:alt, th:action, th:content, th:data 사용법 및 문법 (0) | 2022.01.26 |
댓글