<s:iterator value="peList">
<tr class="s1" title="点击修改信息" style="height: 20px;" align="center" onmouseover="changeColor(this);" onmouseout="backColor(this);">
<td width="12%"><input type="
checkbox" name=personIDs" value="${personID }"/></td>
<td width="30%" id="${personID }" onclick="toUpdate(this.id);">
<s:property value="userName"/>
</td>
<td width="30%" id="${personID }">
<s:property value="personName"/>
</td>
<td width="28%">
<input type="button" id="${personID }" style="color: red;background-color: yellow;" onclick="toPowerSet(this,this.id);" value="${powerSet }"/>
</td></tr>
</s:iterator>