X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ROOT%2Fexo7%2Fsaveinfos.jsp;h=3812b56ee00921f0cc6985664898365c6c28f02a;hb=cb44f6c11cba330b299467671aa491959ecbbee8;hp=37da3fd1a4f5f61946ec0ab6baaf8463cfbc1a35;hpb=55d3b02b183554f00271d824e208a9b09acd392a;p=TD_webapps.git diff --git a/ROOT/exo7/saveinfos.jsp b/ROOT/exo7/saveinfos.jsp index 37da3fd..3812b56 100644 --- a/ROOT/exo7/saveinfos.jsp +++ b/ROOT/exo7/saveinfos.jsp @@ -1,4 +1,5 @@ <% +request.setCharacterEncoding("UTF-8"); String firstname = request.getParameter("firstname"); String lastname = request.getParameter("lastname"); String address = request.getParameter("address");