Add exo8 code.
[TD_webapps.git] / ROOT / exo7 / nextpage.jsp
1 <meta charset="UTF-8">
2 <html>
3 <body>
4 Bonjour <% out.print(session.getAttribute("firstname")); %>
5 <% out.print(session.getAttribute("lastname")); %>,
6 <% out.print(session.getAttribute("age")); %> years old
7 living at <% out.print(session.getAttribute("address")); %>
8 working as <% out.print(session.getAttribute("work")); %>
9 </body>
10 </html>