hi,
is it possible to get the index number for each row while rendering the dataTable in the jsp page?
I have the following code in the jsp page:
<h:dataTable
id="images"
value="#{images.list}"
var="image">
<h:column>
<h:outputText value="#{images.list.rowIndex" />
</h:column>
</h:dataTable>


it will display in each row a 0 for the rowIndex value

thanks in advance



Reply via email to