JSP Error Message Display

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>