exo4: fix a typo.
[TD_webapps.git] / ROOT / exo7 / nextpage.jsp
index 862741423411db6fbf625e344646e4bba74c77a8..c1b19242e9251d73b389ac671c683eb189e759d3 100644 (file)
@@ -1,5 +1,10 @@
+<meta charset="UTF-8">
 <html>
     <body>
-        Bonjour <%= session.getAttribute("theName") %>
+        Bonjour <% out.print(session.getAttribute("firstname")); %>
+        <% out.print(session.getAttribute("lastname")); %>,
+        <% out.print(session.getAttribute("age")); %> years old
+        living at <% out.print(session.getAttribute("address")); %>
+        working as <% out.print(session.getAttribute("work")); %>
     </body>
 </html>