Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created August 29, 2019 23:01
Embed
What would you like to do?
<form method="post">
<label for="nombre">Nombre del producto</label>
<input th:field="*{nombre}" id="nombre" placeholder="Escribe el nombre del producto" type="text">
<div th:errors="*{nombre}"></div>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment