<logic:present name="allList"> <logic:iterate id="commLetter" name="allList" type="com.camelsys.cp.web.CpReportForm"> <tr class="list-item0"> <TD nowrap><bean:write name="commLetter" property="commLetterId"/></TD> <TD nowrap></TD> <TD nowrap></TD> <TD nowrap></TD> <TD nowrap></TD> <TD nowrap></TD> <TD nowrap></TD> <TD nowrap></TD> </TR> <nested:iterate id="item" name="commLetter" property="itemList"> <tr class="list-item0"> <TD nowrap></TD> <TD nowrap><bean:write name="item" property="customer"/></TD> <TD nowrap><bean:write name="item" property="buyerCode"/></TD> <TD nowrap><bean:write name="item" property="materielName"/></TD> <TD nowrap><bean:write name="item" property="begQty"/></TD> <TD nowrap><bean:write name="item" property="quantityIn"/></TD> <TD nowrap><bean:write name="item" property="quantityOut"/></TD> <TD nowrap><bean:write name="item" property="qty"/></TD> </tr> </nested:iterate> </logic:iterate> </logic:present>