summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/repeat.jsp13
1 files changed, 13 insertions, 0 deletions
diff --git a/WebContent/repeat.jsp b/WebContent/repeat.jsp
new file mode 100644
index 0000000..cab3045
--- /dev/null
+++ b/WebContent/repeat.jsp
@@ -0,0 +1,13 @@
+<%@ page language="java" contentType="text/html; charset=UTF-8"
+ pageEncoding="UTF-8"%>
+<%@ taglib prefix="ex" uri="WEB-INF/repeat.tld"%>
+<!DOCTYPE html>
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Repeat Test</title>
+</head>
+<body>
+ <ex:Repeat times="5">Hello<br></ex:Repeat>
+</body>
+</html> \ No newline at end of file