[ http://jira.codehaus.org/browse/DISPL-390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_109742 ]
Summerian commented on DISPL-390: --------------------------------- Hello I think this issue causes 'rowNum' variable useless when combined with sorting. It appears as there would be row number applied to each row, and then sorting happen. What is more interesting (or sad) a workaround does also not work (the same effect happens): <c:set var="rownum" value="1"/> <display:table id="row" name="raportList" > <display:column title="Row Number" > <c:out value="${rownum}"/><c:set var="rownum" value="${rownum+1}"/> </display:column> ... </display:table> > _rowNum doesn't change after a sort > ----------------------------------- > > Key: DISPL-390 > URL: http://jira.codehaus.org/browse/DISPL-390 > Project: DisplayTag > Issue Type: Bug > Affects Versions: 1.1 > Reporter: Colin Ruthven > > When I sort a table by a column I use the _rowNum to show the row number in > the table displayed. > After sorting id_rowNum does still shows original row number presort. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ displaytag-devel mailing list displaytag-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/displaytag-devel