From d342da8b458a90323a7a8335bb756560958393b4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 10 Apr 2018 12:16:49 +0200 Subject: [PATCH] exo3: add question 2 code. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- ROOT/exo3/table.jsp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ROOT/exo3/table.jsp diff --git a/ROOT/exo3/table.jsp b/ROOT/exo3/table.jsp new file mode 100644 index 0000000..309afe4 --- /dev/null +++ b/ROOT/exo3/table.jsp @@ -0,0 +1,17 @@ +<%@ page import="java.io.*, java.util.*, javax.servlet.*" %> + + + + +<% + for (int i = 0; i < 10; i++) { + out.println(""); + out.println(""); + out.println(""); + out.print(""); + } +%> +
Nombre" + i + "
+ + + -- 2.34.1