$(function() {
	$("#idProduct").autocomplete( {
		source : "/jsp/pro/autocompletion/produits.jsp?field=id&max=25",
		minLength : 2

	});
	$("#productName").autocomplete( {
		source : "/jsp/pro/autocompletion/produits.jsp?max=25",
		minLength : 2
	});

});
