标签:
<s:iterator value="detectDetails">
<tr id=‘<s:property value="detectDetailDId" />‘ >
<td >
<input type="checkbox" name="detectDetailIds" value="<s:property value="detectDetailDId" />"/>"
<s:set name="lb" value="detectDetailId" scope="request"/>
<%
if(request.getAttribute("lb")!=null) {%>
DISABLED="disabled"
<%} %>
/>
</td>
<td >
</tr>
</s:iterator>
jsp <%%>java代码块获取<s:property的值
标签:
原文地址:http://www.cnblogs.com/waiwai1015/p/4679175.html