質問編集履歴

1

修正

2021/05/12 07:46

投稿

taka3344
taka3344

スコア8

test CHANGED
File without changes
test CHANGED
@@ -72,7 +72,7 @@
72
72
 
73
73
  @PostMapping
74
74
 
75
- String postRegiste(@RequestParam(name = "questionId", required = false) String q) {
75
+ String postRegiste(@RequestParam(name = "question", required = false) String q) {
76
76
 
77
77
  System.out.println(q);
78
78
 
@@ -178,7 +178,7 @@
178
178
 
179
179
  <input type="submit" value="削除" >
180
180
 
181
- <input type="button" name="questionId" th:value="${question.id}" readonly>
181
+ <input type="button" name="question" th:value="${question.id}" readonly>
182
182
 
183
183
  </form>
184
184