質問編集履歴

2

修正

2021/06/19 15:26

投稿

apa____m
apa____m

スコア3

test CHANGED
File without changes
test CHANGED
@@ -80,11 +80,11 @@
80
80
 
81
81
 
82
82
 
83
- <form id="search" method="post" name="searchForm" action="<%= request.getContextPath() %>/VisitorReservation/search">
84
-
85
83
  <button type="button" id="delete" onclick="delete_btn">削除</button>
86
84
 
85
+
86
+
87
- </form>
87
+ <% for(yoyaku list : yoyakudata){ %>
88
88
 
89
89
 
90
90
 
@@ -102,4 +102,8 @@
102
102
 
103
103
 
104
104
 
105
+ }%>
106
+
107
+
108
+
105
109
  ```

1

追記

2021/06/19 15:26

投稿

apa____m
apa____m

スコア3

test CHANGED
File without changes
test CHANGED
@@ -80,7 +80,11 @@
80
80
 
81
81
 
82
82
 
83
+ <form id="search" method="post" name="searchForm" action="<%= request.getContextPath() %>/VisitorReservation/search">
83
84
 
85
+ <button type="button" id="delete" onclick="delete_btn">削除</button>
86
+
87
+ </form>
84
88
 
85
89
 
86
90