7 lines
144 B
Plaintext
7 lines
144 B
Plaintext
<%@ include file="/commons/taglibs.jsp" %>
|
|
<c:if test="${ACTION_MESSAGE != null}">
|
|
<script>
|
|
alert('${ACTION_MESSAGE}');
|
|
</script>
|
|
</c:if>
|