exo7: fix to the form cinematic.
[TD_webapps.git] / ROOT / exo7 / nextpage.jsp
CommitLineData
9df2dec5
JB
1<html>
2 <body>
c69eb3b1
JB
3 Bonjour <% out.print(session.getAttribute("firstname")); %> <% out.print(session.getAttribute("lastname")); %>, <% out.print(session.getAttribute("age")); %> years old
4 living at <% out.print(session.getAttribute("address")); %> working as <% out.print(session.getAttribute("work")); %>
9df2dec5
JB
5 </body>
6</html>