I discovered a cool DisplayTag feature that exposes the row number of an item. Here is an example:
<display:table name="ticketList" id="ticket">
<display:column title="Row Number">
${ticket_rowNum}
</display:column>
</display:table>
You are basically appending "_rowNum" to the variable to get the row number.