%@page import="fonctions.ActionPlanDAO"%>
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
Insert title here
<%
String libelle1=request.getParameter("libelle1");
String libelle2=request.getParameter("libelle2");
String libelle3=request.getParameter("libelle3");
String libelle4=request.getParameter("libelle4");
String libelle5=request.getParameter("libelle5");
String id_meeting=request.getParameter("id_meeting");
ActionPlanDAO obj_Insert_ActionsPlan=new ActionPlanDAO();
obj_Insert_ActionsPlan.insertActionPlan(libelle1, libelle2, libelle3, libelle4, libelle5, id_meeting);
%>