Compare commits

..

1 Commits

Author SHA1 Message Date
shilei 7727246754 #ECDEV-2# 开发测试代码 2 years ago

@ -1,14 +0,0 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<taglib xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-jsptaglibrary_2_1.xsd"
version="2.1">
<tlib-version>1.0</tlib-version>
<short-name>myshortname</short-name>
<uri>http://mycompany.com</uri>
<!-- Invoke 'Generate' action to add tags or functions -->
</taglib>

@ -0,0 +1,5 @@
<%@ page language="java" contentType="text/html; charset=UTF-8" %>
<%
int count = 0;
%>

@ -0,0 +1,4 @@
package weaver.interfaces.shil;
public class UpdateStatusAction {
}
Loading…
Cancel
Save