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