|
|
@ -9,7 +9,7 @@ import javax.servlet.http.HttpServlet;
|
|
|
|
import javax.servlet.http.HttpServletRequest;
|
|
|
|
import javax.servlet.http.HttpServletRequest;
|
|
|
|
import javax.servlet.http.HttpServletResponse;
|
|
|
|
import javax.servlet.http.HttpServletResponse;
|
|
|
|
import java.io.IOException;
|
|
|
|
import java.io.IOException;
|
|
|
|
@WebServlet("/student-select-teacher")
|
|
|
|
@WebServlet("/home/student-select-teacher")
|
|
|
|
public class S_StudentSelectTeacher extends HttpServlet {
|
|
|
|
public class S_StudentSelectTeacher extends HttpServlet {
|
|
|
|
protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
|
|
|
|
protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
|
|
|
|
super.doPost(request, response);
|
|
|
|
super.doPost(request, response);
|
|
|
|