본문 바로가기

HTML & CSS & JS

thymeleaf version update

반응형

이제 th:onclick은 안먹힘.

500 Error 발생.

따라서 th:attr로 해결해야 한다.

<tr style="text-align: center;" th:each="subject:${subjectList}">
	<td th:text="${subject.subjectName}" th:attr="onclick=|showInformation('${subject.subjectName}')|" ></td>
</tr>
반응형

'HTML & CSS & JS' 카테고리의 다른 글

jquery checkbox  (0) 2021.07.01
thymeleaf th:id  (0) 2021.07.01
Datatable row add  (0) 2021.06.23
Ajax list parameter to controller  (0) 2021.06.23
textfile to textarea  (0) 2020.08.28