logic:iterate标签的问题
logic:iterate name="computList" id="comput" scope="request" type="com.dart.form.Comput">
<tr>
<td><bean:write name="comput" property="macId"/></td>
<td><bean:write name="comput" property="macIP"/></td>
<td><bean:write name="comput" property="macOwner"/></td>
<td><bean:write name="comput" property="macPlace"/></td>
</tr>
</logic:iterate>
想把数据库里的东西,全都读出来,可是不能理解这个标签,他是怎么和后台怎么联系的
是name,相同,还是id.type啊,有谁能给我个,在DAO层的数据库操做的源码吗