Struts2 checkboxlist 回显选中问题

Struts2 checkboxlist 回显选中问题
 
<s:checkboxlist name="meetrecord.studychildpeo"  list="newpeoMap" listKey="key" listValue="value" value="studychildpeo"></s:checkboxlist>

newpeoMap key存id,value存姓名。。

value="studychildpeo"中studychildpeo为在action定义的Long[]类型的数组还需要有setter\getter方法,把需要回显选中的id值赋给Long[i]。。。【其中类型必须跟id的类型保持一致回显才能自己选中。。】

你可能感兴趣的:(Struts2 checkboxlist 回显选中问题)