!!!!!!!

 <s:iterator value="#session.zygxTypes" id="zy" status="zyg">
		      <td width="33%" height="100%">
		 <table  width="100%" height="80%">
		     <tr><td style="height: 30px;" class="n_titon"> <div id="zy<s:property value="name"/>" style="width: 100%;font-size: 3px;font-weight: bolder;display: inline-block;margin-top: 0px;"><s:property value="name"/></div></td></tr>
		     <tr><td>
		       <table style="border: thin solid #AAA;" width="100%" height="160px">
		----》》》      <s:iterator  value="#request[name]">
		       <tr><td><s:property value="wjmc"/></td></tr>
		       </s:iterator></table>
		     </td></tr>
		     </table>
		     		     </td>
		     		     <s:if test="(#zyg.index+1)%3==0"><tr></s:if>
		     </s:iterator>


for(int i=0;i<zygxTypes.size();i++){
			List list = new ArrayList();
			list = zygxPtService.getAllByHql("from Zygxpt t where t.typeid="+zygxTypes.get(i).getId(), null);
	------》》request.setAttribute(zygxTypes.get(i).getName(), list);
		}


你可能感兴趣的:(iterator)