質問編集履歴

2

ddd

2016/08/31 05:44

投稿

isacRu
isacRu

スコア64

test CHANGED
File without changes
test CHANGED
@@ -16,11 +16,11 @@
16
16
 
17
17
  <c:forEach var="auth" items="${authorityList}">
18
18
 
19
- <td><form:radiobutton path="${auth.authority}" value="1"/></td>
19
+ <form:radiobutton path="${auth.authority}" value="1"/>
20
-
20
+
21
- <td><form:radiobutton path="${auth.authority}" value="2"/></td>
21
+ <form:radiobutton path="${auth.authority}" value="2"/>
22
-
22
+
23
- <td><form:radiobutton path="${auth.authority}" value="3"/></td>
23
+ <form:radiobutton path="${auth.authority}" value="3"/>
24
24
 
25
25
  </c:forEach>
26
26
 

1

ddfdd

2016/08/31 05:44

投稿

isacRu
isacRu

スコア64

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,4 @@
1
- JSPのformタグのラジオボタン機能(form:radiobutton)を使おうとしたら、プロパティの無効、またはッターとゲターありせんエラーでてしま。(アクセサメソッドがあるにもかかわらず…)
1
+ JSPのformタグのラジオボタン機能(form:radiobutton)を使おうとしたら、無効なプロパティ、または無効なゲッターメソ存在しす…みたいなエラーでてしまいます。(アクセサメソッドがあるにもかかわらず…)
2
2
 
3
3
 
4
4