separating jsp

This commit is contained in:
Alexey Kudravtsev
2010-08-11 13:22:22 +04:00
parent 1314259c53
commit 8eae113fb8
5 changed files with 15 additions and 11 deletions
@@ -1 +0,0 @@
<%@ page autoFlush="true" import="java.util.List" %>
@@ -1 +0,0 @@
<%@ page autoFlush="true" %>
@@ -1,4 +0,0 @@
<html>
<%@ page import="java.util.List" %>
<jsp:useBean id="xxx" class="List"/>
</html>
@@ -1,4 +0,0 @@
<html>
<%@ page import="java.util.List" %>
<jsp:useBean id="xxx" class="List"/>
</html>