質問編集履歴
1
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -72,7 +72,7 @@
|
|
72
72
|
|
73
73
|
@PostMapping
|
74
74
|
|
75
|
-
String postRegiste(@RequestParam(name = "question
|
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="question
|
181
|
+
<input type="button" name="question" th:value="${question.id}" readonly>
|
182
182
|
|
183
183
|
</form>
|
184
184
|
|