Hi! Currently it is not possible to put the datascroller on TOP of a table. e.g. <t:dataScroller> </t:dataScroller> <h:dataTable> ...
The reason is, that the dataScroller will always see the previous dataModel due to the caching of the model in UIData. This cache will be cleared in UIData's encodeBegin, but I guess the better place will be at the end of processDecodes() That way, when it comes to rendering, the dataScroller will get a fresh new copy from the bean instead of the cached one. What do you think? Ciao, Mario
