質問編集履歴

1

修正

2021/12/03 05:39

投稿

nissyan
nissyan

スコア15

test CHANGED
File without changes
test CHANGED
@@ -58,8 +58,6 @@
58
58
 
59
59
 
60
60
 
61
- RequestDispatcher rd = getServletContext().getRequestDispatcher("/page.jsp");
61
+ RequestDispatcher rd = getServletContext().getRequestDispatcher("servlet/page.jsp");
62
62
 
63
63
  rd.forward(request,response);
64
-
65
- -------------------------------