exo8: fixlets
[TD_webapps.git] / ROOT / exo8 / getinfos.jsp
diff --git a/ROOT/exo8/getinfos.jsp b/ROOT/exo8/getinfos.jsp
new file mode 100644 (file)
index 0000000..f1c9ef3
--- /dev/null
@@ -0,0 +1,11 @@
+<%@ page contentType="text/html" pageEncoding="UTF-8" %>
+<jsp:useBean id="user" class="user.UserData" scope="session" />
+<meta charset="UTF-8">
+<html>
+    <body>
+        PrĂ©nom: <%= user.getFirstname() %><br>
+        Nom: <%= user.getLastname() %><br>
+        Email: <%= user.getEmail() %><br>
+        Age: <%= user.getAge() %><br>
+    </body>
+</html>