如何通过复选框获取整行数据,详细内容见代码
<tbody id="checkList">	
					<logic:notEmpty name="jshList">
						<logic:iterate id="JSHcash" name="jshList"  indexId="ind">
						<logic:equal property="evenPrice" name="JSHcash" value="0" >
							<logic:notEqual property="tranState" name="JSHcash" value="取消">
								<tr>
								<!--  取消的信息  标红,未导入标表黄   -->
									<td align="center"><INPUT type='checkbox' name='txnNo' value='<bean:write name="JSHcash" property="txnSerialNo" format="#" />'/></td>
									<td id="orgName" align="center" bgcolor="yellow"><bean:write name="JSHcash" property="orgName" format="#"  /></td>
									<td id="tradeName" align="center" bgcolor="yellow"><bean:write name="JSHcash" property="tradeName" format="#"  /></td>
									<td id="tranState" align="center" bgcolor="yellow"><bean:write name="JSHcash" property="tranState" format="#" /></td>
									<td id="launchDate" align="center" bgcolor="yellow"><bean:write name="JSHcash" property="launchDate" format="yyyy-MM-dd HH:mm:ss"/></td>  
									<td id="finishedDate" align="center" bgcolor="yellow"><bean:write name="JSHcash" property="finishedDate" format="yyyy-MM-dd HH:mm:ss"/></td>  
									<td id="currentBizNo" align="center" bgcolor="yellow"><bean:write name="JSHcash" property="currentBizNo" format = "#"/></td>
									<td id="fromCurSign" align="center" bgcolor="yellow"><bean:write name="JSHcash" property="fromCurSign" /></td>
									<td id="fromAmt" align="center" bgcolor="yellow"><bean:write name="JSHcash" property="fromAmt" format="#.##"/></td>
									<td id="toCursign" align="center" bgcolor="yellow"><bean:write name="JSHcash" property="toCursign" /></td>
									<td id="toAmt" align="center" bgcolor="yellow"><bean:write name="JSHcash" property="toAmt" format="#.##"/></td>
									<td id="spfeSubject" align="center" bgcolor="yellow"><bean:write name="JSHcash" property="spfeSubject" format="#" /></td>
									<td id="parities" align="center" bgcolor="yellow"><bean:write name="JSHcash" property="parities" format="#.######"  /></td>
									<td id="insidePrice" align="center" bgcolor="yellow"><bean:write name="JSHcash" property="insidePrice" format="#.######" /></td>
									<td id="convertPrice" align="center" bgcolor="yellow"><bean:write name="JSHcash" property="convertPrice"format="#.######" /></td>
									<td id="tradePrice" bgcolor="yellow"><bean:write name="JSHcash" property="tradePrice" format="#.######" /></td>
									<td id="evenPrice" align="center" bgcolor="