質問するログイン新規登録

質問編集履歴

1

修正

2021/12/03 05:39

投稿

nissyan
nissyan

スコア15

title CHANGED
File without changes
body CHANGED
@@ -28,6 +28,5 @@
28
28
 
29
29
 
30
30
 
31
- RequestDispatcher rd = getServletContext().getRequestDispatcher("/page.jsp");
31
+ RequestDispatcher rd = getServletContext().getRequestDispatcher("servlet/page.jsp");
32
- rd.forward(request,response);
32
+ rd.forward(request,response);
33
- -------------------------------