<ui:staticText binding="#{Page1.staticText8}" id="staticText8"
text="#{currentRow.tableRow.rowId}"/>
If you need it 1 based (not zero based):
text="#{currentRow.tableRow.rowId+1}
currentRow is a TableRowDataProvider
You can follow the class heirarchy from there....
Message was edited by:
yossarian