JSP Message Display

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>