17 lines
443 B
Plaintext
17 lines
443 B
Plaintext
<%@ page import="java.io.*, java.util.*"%>
|
|
<%@ page language="java" contentType="text/html;charset=UTF-8"%>
|
|
<%@ page import="com.eactive.eai.common.web.FrontFilter"%>
|
|
<html>
|
|
<head>
|
|
<title>
|
|
Currrnet Tx in Web Application
|
|
</title>
|
|
</head>
|
|
<body>
|
|
<p>
|
|
Currrnet Tx in Web Application
|
|
</p>
|
|
|
|
<label>Current Count: <%=FrontFilter.count()%></label>
|
|
</body>
|
|
</html> |