Descripción
Basic HTML form for JSP
File Template: ❌
Prefix
jsp:form
Scopes
jsp
Snippet de código
<form action="${1:/action}" method="${2:post}">
<label for="${3:campo}">${4:Etiqueta}:</label>
<input type="${5:text}" name="${3:campo}" id="${3:campo}" value="${6:}">
<button type="submit">${7:Enviar}</button>
</form>