我在JSP上有以下内容
<form:form method="post" action="${submit}" id="id" commandName="object">
<form:checkboxes path="ratings" items="${ratingsList}">
这里,在控制器中设置ratingsList
model.put("object",object);
model.put("ratingsList",ratingsList);
我看到页面加载后的所有复选框。我也可以将它保存在列表的评级中。但是,当我回到此页面时,我希望在页面上选择“评级”列表中保存的评级。
我收到以下错误。
Caused by: org.springframework.core.convert.ConversionFailedException: Unable to convert value "[0]" from type 'java.util.List' to type 'java.lang.String'; nested exception is java.lang.IllegalArgumentException: