How to Display the row number in a table
1- on your page, select the table component and open the property window 2- set the property "varStatus to "vs" 2- add new column to the af:Table Example: <af:table ....> <af:column headerText="Serial" ... > <af:outputText value="#{vs.index+1}"/> That's it