Hi,
I'm somewhat of a newbie with JSF and I'm attempting to use the data
scroller with a data table.
I've tried to set a jsp page up in the same way as the example.
When the table has more then 10 entries the pagination widget displays
correctly.
If I select the next page I end up with an empty table display (header
only). The widget still displays but the buttons simply refresh the
existing empty page.
When I set up the jsp the only link that I could see between the table and
the scroller(s) was the "for" parameter which I set to the id of x:datatable
The scroller and table are a complete black box to me. I have no idea
what's going on inside (and that's the way it should be for a component).
Unfortunately, I also don't know whether my backing bean is supposed to
do something (couldn't find the src for an example backing bean).
Similarly what do the other parameters pageCountVar and
pageIndexVar actually do? The explanation in the component definition
didn't help me. Do I need to relate them to the table in some way?
Any help (or pointers to other documentation) would be much appreciated.
Thanks
Trev...