> System.out.println("Coming here for Voting");
> //response.sendRedirect("NewFile.html");-----> This is working
> response.sendRedirect("Survey.jsp");-------> THis is not working getting 404 error.
我尝试使用response.sendRedirect(“./ Survey.jsp”)也无法正常使用404
答案 0 :(得分:1)
在您的代码拼写时,看起来您的程序中的jsp文件拼写为Servey调查