質問編集履歴
1
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -12,7 +12,7 @@
|
|
12
12
|
|
13
13
|
<c:when test="${row.fruits == 'りんご' }">
|
14
14
|
|
15
|
-
<form:select path="s
|
15
|
+
<form:select path="fruitsTxt">
|
16
16
|
|
17
17
|
<form:option value="${row.fruits}"/> //りんご
|
18
18
|
|
@@ -26,7 +26,7 @@
|
|
26
26
|
|
27
27
|
<c:when test="${row.fruits == 'オレンジ' }">
|
28
28
|
|
29
|
-
<form:select path="s
|
29
|
+
<form:select path="fruitsTxt">
|
30
30
|
|
31
31
|
<form:option value="りんご"/>
|
32
32
|
|
@@ -40,7 +40,7 @@
|
|
40
40
|
|
41
41
|
<c:when test="${row.fruits == 'メロン' }">
|
42
42
|
|
43
|
-
<form:select path="s
|
43
|
+
<form:select path="fruitsTxt">
|
44
44
|
|
45
45
|
<form:option value="りんご"/>
|
46
46
|
|