Hi
I'm new to JSF and I'm trying MyFaces. I just made a page with x:dataTable and x:scroller but I'm having some troubles.
The first one is that x:dataTable has a column with checkBox. If I check a box, then all the same rows in all the diff. pages are going to be checked. How to solve that?
The second is that I need to get the page index in my backing bean. I thought binding it as pageIndexVar="#{bean.property}" would solve my problem, but it's not working.
Any suggestions?
Thanks, lkin.

