<div class="card-header bi bi-chat-dots">
<span th:text="${#lists.size(commentList)}"></span>
Comments
</div>
<span th:text="${#lists.size(commentList)}"></span>를 추가했다.
댓글들이 들어있는 commentList 리스트의 길이를 구한다.
참고 👇
https://dev-coco.tistory.com/132
https://solbel.tistory.com/1401
반응형
'FE > html' 카테고리의 다른 글
첨부 파일 UI (0) | 2022.07.31 |
---|---|
[Error] org.thymeleaf.exceptions.TemplateInputException (0) | 2022.07.22 |
[JS] 댓글 작성/수정/삭제 후 비동기 방식으로 출력 (0) | 2022.07.06 |
수정 버튼 클릭시 알림창을 띄우고 요청 보내기 (0) | 2022.06.09 |
[Bootstrap] class="invalid-feedback"이 작동하지 않을 때 (0) | 2022.06.06 |