I have a dataTable / dataScroller nested in a tabbedPane, which is itself in a nested Tile jsp. The dataTable / dataScroller jsp is almost exactly the same as given in the example. It displays the table and the scroller as it should. The correct number of pages according to the number of records, etc, which tells me the scroller is connecting to the table (if I have less than 10 records the scroller dissapears, if I have more than 10 it appears with 2 pages listed, so I assume that's correct). The problem is that the scroller buttons / page links don't actually do anything. It's like they are not links at all. When I view the source of the example and compare it to the source of my page I can see that there is a javascript function (getScrolling()) in the example source which is missing on my page.
Any ideas please? What am I doing wrong / missing? I'm feeling pretty desperate now as I've been trying for days to get it working, and searched the web for answers, to no avail... -- View this message in context: http://www.nabble.com/dataScroller-not-working%2C-help-please-t1556234.html#a4227180 Sent from the MyFaces - Users forum at Nabble.com.

