banq最近是不是不常上来呀,不过我自己的问题还是自己解决了,不过最后在页面显示上遇到问题,分页显示代码如下:<logic:iterate indexId="i" id="account" name="listForm" property="list" >
<tr bgcolor='#f4f8f9' align='center'>
<td width='25%' height='20'><bean:write name="account" property="jobName"/></td>
<td width='25%' height='20'><bean:write name="account" property="dept"/></td>
<td width='25%' height='20'><bean:write name="account" property="closeDate"/></td>
</tr>
</logic:iterate>
</from>
</table>
<MultiPages:pager actionFormName="listForm" page="/userListAction.do">
<MultiPages:prev>Prev</MultiPages:prev>
<MultiPages:index />
<MultiPages:next>Next</MultiPages:next>
</MultiPages:pager>
在页面上也显示了两行了,但是bean的部分都没有显示,后台也没有报错,不知道怎么解决,希望banq帮忙,不胜感谢!
[该贴被xbzgb于2007年08月24日 17:00修改过]