Thymeleaf Form

Descripción

Create a form with th:object


File Template: ✅


Prefix

thyme:form


Scopes

html


Snippet de código

<form th:action="@{${1:/action}}" th:object="${2:object}" method="post">
	${3:<!-- Inputs -->}
	<button type="submit">${4:Submit}</button>
</form>