cours0708/workspace/webapps/vues/salut.jsp

7 lines
173 B
Plaintext
Raw Normal View History

2008-11-25 21:11:16 +00:00
<%@ taglib prefix="balise" uri="/WEB-INF/tld/librairie.tld" %>
<%
String identifiant = request.getParameter("id");
out.println("Votre identifiant est: " + identifiant);
%>