I am a new in a primefaces and I have one problem.
In my xhtml file I have ui:repeat tag, and with his varStatus attribute I can get the current index:
<ui:repeat var="i" varStatus="status">
index: #{status.index}<br/>
</ui:repeat>
but I need get this value in bean, and I hope someone helps me