回答編集履歴

2

的外れだったようなので撤回。

2019/11/22 05:24

投稿

ironya
ironya

スコア454

test CHANGED
@@ -1,29 +1,33 @@
1
- 状態データベースへ読み込みが動いているのでしょうか?
1
+ 的外れようしたので撤回ます。
2
2
 
3
3
 
4
4
 
5
- ```html
6
-
7
- <form action="<%=request.getContextPath() %>/SelectName" method="post">
8
-
9
- ```
10
-
11
- るのに対て、Servletでは、
5
+ ~~今の状態データベースへの読み込みが動いているのょうか?~~
12
-
13
- ```java
14
-
15
- protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
16
-
17
- ```
18
-
19
- となっています。
20
-
21
- `doPost` では?
22
6
 
23
7
 
24
8
 
9
+ ~~html
10
+
25
- それから、Servlet 側の`@WebServlet('/SelectAll')` となっていますが、どこで呼び出しているのでしょうか? html側には見当たりませんが。。。
11
+ <form action="<%=request.getContextPath() %>/SelectName" method="post">~~
26
12
 
27
13
 
28
14
 
15
+ ~~であるのに対して、Servletでは、
16
+
17
+ java
18
+
19
+ protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {~~
20
+
21
+
22
+
23
+ ~~となっています。
24
+
25
+ doPost では?~~
26
+
27
+
28
+
29
+ ~~それから、Servlet 側の @WebServlet('/SelectAll') となっていますが、どこで呼び出しているのでしょうか? html側には見当たりませんが。。。
30
+
31
+ ~~
32
+
29
- 部分抜粋で整合性がない状態なのかもしれませんね。。。
33
+ ~~部分抜粋で整合性がない状態なのかもしれませんね。。。~~

1

記載途中で投稿してしまったので続きを記載。

2019/11/22 05:24

投稿

ironya
ironya

スコア454

test CHANGED
@@ -23,3 +23,7 @@
23
23
 
24
24
 
25
25
  それから、Servlet 側の`@WebServlet('/SelectAll')` となっていますが、どこで呼び出しているのでしょうか? html側には見当たりませんが。。。
26
+
27
+
28
+
29
+ 部分抜粋で整合性がない状態なのかもしれませんね。。。