質問編集履歴

1

メソッド名等修正

2022/05/08 12:00

投稿

Jorrvaskr_prg
Jorrvaskr_prg

スコア6

test CHANGED
File without changes
test CHANGED
@@ -36,12 +36,12 @@
36
36
  ```
37
37
  ```html
38
38
  <tbody>
39
- <form th:action="@{/saEdit}" th:object="${List}" method="post">
39
+ <form th:action="@{/Edit}" th:object="${List}" method="post">
40
40
  <tr th:each="list : ${List}">
41
41
  <td th:text="${list.user_id}" id="userId" th:value="${list.user_id}"></td>
42
42
  //その他テーブル
43
43
  <td>
44
- <button onclick="deleteEvent()" >ボタン</button>
44
+ <button onclick="Event()" >ボタン</button>
45
45
  </td>
46
46
  </tr>
47
47
  </form>