<lims:notEmpty name="testQCActionForm" property="result">
<logic:iterate id="testqclist" name="testQCActionForm" property="result" indexId="index" >
<tr bgcolor="#FFFFFF" onMouseOver="this.bgColor='#ECF4F9'" onMouseOut="this.bgColor='#FFFFFF'">
<td height="26" bgcolor="#EEEEEE"><div align= "center" >
<input type="checkbox" name="checkboxVal" value="<%=index%>" >
</div></td>
<td ><div align="center">
<input type="hidden" name="saamsampleidVal" value="<bean:write name="testqclist" property="saamsampleid" />" >
<bean:write name="testqclist" property="saamsampleid" />
</div></td>
<td bgcolor="#EEEEEE"><div align="center" >
<input type="hidden" name="sampleidVal" value="<bean:write name="testqclist" property="sampleid" />" >
<bean:write name="testqclist" property="sampleid" />
</div></td>
<td><div align="center">
<input type="hidden" name="qctypecdVal" value="<bean:write name="testqclist" property="qctypecd" />" >
<bean:write name="testqclist" property="qctypecd" />
</div></td>
<td ><div align="center">
<input type="hidden" name="testidVal" value="<bean:write name="testqclist" property="testid" />" >
<bean:write name="testqclist" property="testid" />
</div></td>
<td bgcolor="#EEEEEE"><div align="center">
<input type="hidden" name="testseqVal" value="<bean:write name="testqclist" property="testseq" />" >
<bean:write name="testqclist" property="testseq" />
</div></td>
<td ><div align="center">
<input type="hidden" name="calcresultVal" value="<bean:write name="testqclist" property="calcresult" />" >
<bean:write name="testqclist" property="calcresult" />
</div></td>
<td ><div align="center">
<input type="hidden" name="datesampledVal" value="<bean:write name="testqclist" property="datesampled" />
" > <bean:write name="testqclist" property="datesampled" />
</div></td>
</tr>
</logic:iterate>
</lims:notEmpty> |