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