jsp传servlet
<FORM action="<%=request.getContextPath()%>/Certification" method="post">
servlet传jsp
request.getRequestDispatcher("/cg.jsp").forward(request, response);
jsp传servlet
<FORM action="<%=request.getContextPath()%>/Certification" method="post">
servlet传jsp
request.getRequestDispatcher("/cg.jsp").forward(request, response);