I believe the problem with this approach is that if you click on a column
header and sort the results, the row numbers are not sequential anymore.

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
SourceForge.net
Sent: Wednesday, April 20, 2005 4:14 PM
To: [EMAIL PROTECTED]
Subject: [displaytag-user] [displaytag - Help] RE: how to display row
numbers



Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3110307
By: annab222

To just display the row number, I've done the following...

<display:table name="collectionList" id="collection" defaultsort="2"
defaultorder="ascending" excludedParams="*" >
  <display:column title="#">
        <c:out value="${collection_rowNum}"/>
  </display:column>

Where 'collection' in 'collection_rowNum' is the id value.

______________________________________________________________________
You are receiving this email because you elected to monitor this forum. To
stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=249318


-------------------------------------------------------
This SF.Net email is sponsored by: New Crystal Reports XI. Version 11 adds
new functionality designed to reduce time involved in creating, integrating,
and deploying reporting solutions. Free runtime info, new features, or free
trial, at: http://www.businessobjects.com/devxi/728
_______________________________________________
displaytag-user mailing list displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

**************************************************************************** 
This email may contain confidential material. 
If you were not an intended recipient, 
Please notify the sender and delete all copies. 
We may monitor email to and from our network. 
****************************************************************************


-------------------------------------------------------
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to