@Overrideprotected void service(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { request.setAttribute("orden", 11); System.out.println("ord "+request.getParameter("orden"));//returns null request.getRequestDispatcher("/view/a.jsp").forward(request, response);}//Why does this happen?和我的jsp是一样的 result = null
添加回答
举报
0/150
提交
取消