Descripción
Display an error message from the model
File Template: ❌
Prefix
jsp:error
Scopes
jsp
Snippet de código
<c:if test="${not empty ${1:error}}">
<p style="color:red;">${error}</p>
</c:if>
Display an error message from the model
jsp:error
jsp
<c:if test="${not empty ${1:error}}">
<p style="color:red;">${error}</p>
</c:if>