how to make work rich:datascoller
with nested components.
Data table iteration works fine but pagination is not working.
does rich:datascroller
works with nested component?
<a4j:repeat >
<rich:datatable id="test">
......
</rich:datatable>
<rich:datascroller for="test"></rich:datascroller>
</a4j:repeat >
any help will be greatly appreciated
Firstly please answer the my question asked in comment section.
About your issue i do not know why you did not add at lease full code of Datatable . If you read the documentation of the component(Rich_Datascroller) its mentioned below thing
So according to above points its look like you missed
As per documentation its a mandatory. point to remember . Apart from your issue its good practice before asking in stackoverflow create a simple example and try it out of the box.
About my question I am more interested to know how your code will be work without generating dynamic id as per your code your component id is Static . It should throw the exception because
<a4j:repeat>
nothing but a for loop.