The next way we can use hidden inputs with Thymeleaf is using the built-in th:attr attribute: <input type="hidden" th:value="${blog.id}" ...
確定! 回上一頁