lid = -1;
}
ApplicationContext ac = WebApplicationContextUtils.getWebApplicationContext(this.getServletContext());
IGatewayService gatewayService = (IGatewayService) ac.getBean("gatewayService");
gatewayService.deleteProduct(lid);
request.getRequestDispatcher("page/gateway/admin/product/ProductList.jsp").forward(request, response);
} else if("2".equals(operation)) {
String id = request.getParameter("id");