码迷,mamicode.com
首页 > 其他好文 > 详细

分页显示中关于"序号"的问题

时间:2016-12-14 14:02:27      阅读:278      评论:0      收藏:0      [点我收藏+]

标签:tor   model   style   mod   index   blog   page   bsp   开发   

项目开发中要求列表显示要明显看到总条目数,所以就要求序号从1开始。

 

如下为从1开始的序号展示:

<s:iterator value="#request.pageView.records" var="model" status="stat">

<tr>

<td width="20%">${(request.pageView.currentpage-1)*request.pageView.maxresult+stat.count}</td>

</tr>

</s:iterator>

 

currentpage:表示当前页码

maxresult:每页显示条数

stat.count:iterator的索引为stat.index(从0开始),stat.count(从1开始)。

分页显示中关于"序号"的问题

标签:tor   model   style   mod   index   blog   page   bsp   开发   

原文地址:http://www.cnblogs.com/Crysta1/p/6178737.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!