X-Git-Url: https://git.piment-noir.org/?p=TD_webapps.git;a=blobdiff_plain;f=ROOT%2Fexo7%2Fnextpage.jsp;fp=ROOT%2Fexo7%2Fnextpage.jsp;h=f54b811eac7ed3a6246f97201c95ea3f103639ca;hp=37153a64a120fe0652bc917785449d675ea0d848;hb=27e8c3cf51769dd944bc3d49a5c5776bfcb8aa65;hpb=c69eb3b16833513b2109b19c2e3dfbb66550ef19 diff --git a/ROOT/exo7/nextpage.jsp b/ROOT/exo7/nextpage.jsp index 37153a6..f54b811 100644 --- a/ROOT/exo7/nextpage.jsp +++ b/ROOT/exo7/nextpage.jsp @@ -1,6 +1,9 @@ - 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")); %> + 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")); %>