exo7: fix to the form cinematic.
[TD_webapps.git] / ROOT / exo7 / nextpage.jsp
index 862741423411db6fbf625e344646e4bba74c77a8..37153a64a120fe0652bc917785449d675ea0d848 100644 (file)
@@ -1,5 +1,6 @@
 <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>