Invalid field value for field "id".
页面上给name 赋了个 id的值
提交就报这个错.
F12看了一下 也正常显示value了
SSH框架的查询
<form method="post" action="TeacherKechengActionSaveUpdateS">
<s:iterator value="list5">
<tr>
<td>
<input type="checkbox" name="id" value='<s:property value="id"/>'/>
</td>
<td>
<s:property value="kechengmingcheng"/>
</td>
</tr></s:iterator>
</form>
public String findkechengS(){
this.setList5(biz2.teacherkecheng(id));
return SUCCESS;
}