How to create a paginated ta开发者_开发问答ble in JSF 1.2 where backing bean is request scoped.
To the point, you want to retain a specific set of parameters in the subsequent request, such as the current page. You can pass those extra parameters as <h:inputHidden> so that they are available in the next request, or use the Tomahawk's <t:saveState> to simulate a scope which is similar to the JSF 2.0 view scope. 
Long story and a lot of code short, there's a blog article about this with complete code snippets: effective datatable paging and sorting.
- if you get all the table data with query i'd strongly suggest storing it in session bean. You can use another bean just for the data. 
- Another way is to just get the data thats currently displayed (limit). On switching the page you also send the "position" 
- For doing it only in client side you have to use somekind of javascript/ajax library ( http://www.jsfmatrix.net/ ) ... 
 
         
                                         
                                         
                                         
                                        ![Interactive visualization of a graph in python [closed]](https://www.devze.com/res/2023/04-10/09/92d32fe8c0d22fb96bd6f6e8b7d1f457.gif) 
                                         
                                         
                                         
                                         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论