본문 바로가기

thymeleaf

타임리프 삼항 연산자

<input type="text" id="itemName" th:field="*{itemName}" class="form-control"
       th:class="${errors?.containsKey('itemName')}?'form-control field-error':'form-control'">