JSP: Appel d’une procédure stockée avec jsp

Author:
<%@ taglib uri="mesexemples.com.tags" prefix="cbck" %>
<html>
<head><title>Procédure stockée</title></head>
<body>
<h2>Cette JSP appelle une procédure stockée</h2>
 
${cbck:addEvent("Festival","Paris","14-03-2013")}
 
</body>
</html>
 
 
           
       

Cet article JSP: Appel d’une procédure stockée avec jsp est apparu en premier sur .