2024-08-14 15:17:51 +08:00

7 lines
144 B
Plaintext

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