> 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.
HTML和JSP在相同的默認folder..ie 的sendRedirect不工作了JSP,但對HTML頁面的工作
我response.sendRedirect是( 「./ Survey.jsp」),也試過不工作得到404
原諒我,如果這是故意的,但你已經上市有命名的文件'Servey.jsp',不'Survey.jsp' – shrmn