Commit 549b1ffa by Patryk Czarnik

redirect po dodaniu zdjęcia

parent 80a0edaf
......@@ -34,7 +34,7 @@ public class DoUploadPhoto extends HttpServlet {
// wypisujemy błąd, ale metoda kończy się normalnie
e.printStackTrace();
}
response.sendRedirect("products9.jsp");
response.sendRedirect("products7.jsp");
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment