DisplayTag中增加行号

非常简单,做个随笔记录下来。

<display:table name="codeLists" id="codeLists" pagesize="25"  class="bluesky" style="width:90%">
    
<display:column title="#">${codeLists_rowNum}</display:column>
    
<display:column property="name"  sortable="true" maxLength="50" escapeXml="false" titleKey="codeList.name"/>
</display:table>

 

 

posted on 2010-03-24 11:34  香帅  阅读(516)  评论(0)    收藏  举报

导航