Add exo4 missing bits and exo10 code.
[TD_webapps.git] / ROOT / exo4 / hello.jsp
diff --git a/ROOT/exo4/hello.jsp b/ROOT/exo4/hello.jsp
new file mode 100644 (file)
index 0000000..11fcb52
--- /dev/null
@@ -0,0 +1,9 @@
+<%@ page import="bonjour.hello, javax.servlet.*" %>
+<html>
+<body>
+<%
+    hello h = new hello();
+    //out.print(h.afficher());
+%>
+</body>
+</html>