update
This commit is contained in:
6
ebpm-process-manage/webapp/commons/messages.jsp
Normal file
6
ebpm-process-manage/webapp/commons/messages.jsp
Normal file
@@ -0,0 +1,6 @@
|
||||
<%@ include file="/commons/taglibs.jsp" %>
|
||||
<c:if test="${ACTION_MESSAGE != null}">
|
||||
<script>
|
||||
alert('${ACTION_MESSAGE}');
|
||||
</script>
|
||||
</c:if>
|
||||
Reference in New Issue
Block a user