質問編集履歴
3
試したこと追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -112,4 +112,9 @@
|
|
112
112
|
|
113
113
|
```
|
114
114
|
|
115
|
+
### 試したこと追記
|
115
116
|
|
117
|
+
https://detail.chiebukuro.yahoo.co.jp/qa/question_detail/q10260885730
|
118
|
+
th:valueはhtmlを上書するとのことですが、実際上書きされていないので解決できませんでした。
|
119
|
+
|
120
|
+
|
2
書式の改善
title
CHANGED
File without changes
|
body
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
従業員ID:<input type="text" name="text2" th:value="${text2_value}">
|
9
9
|
<input type="submit" value="クリック">
|
10
10
|
</form>">
|
11
|
-
``
|
11
|
+
```
|
12
12
|
というタグが出てきました。
|
13
13
|
しかしその前には、
|
14
14
|
```java
|
1
タグ追加
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|