dataPaginator 2 « IceFaces « JSF Q&A





1. dataPaginator dos not work!    icefaces.org

2.  refresh page problem    icefaces.org

3. DataPaginator problem    icefaces.org

Hi, I have a problem with tag, here by selecting item i am displaying the data in one list , so each time i am changing the value in that list wil refresh it's fine,but the problem is dataPaginator is not refreshing.And i am refreshing the page also. Suppose select one item assume that there are 1,2,3,4 navigator ...

5. DataPaginator inconsistent    icefaces.org

I have set up a ice:dataPaginator for use with the data table (accessing a list from a database) and on the face of it it looked like it worked. However, after processing some inserts, update and deletes and then requerying the data in the datatable the ice:dataPaginator does not always work correctly. It displays data thats been deleted, doesntg return results ...

6. data in dataPaginator    icefaces.org

I'm using a dataPaginator and it works fine. When I click on the links of the paginator a listener caller paginatorListener is fired. In this listener I want to get some information about the paginator as the total number of pages and the actual page. How can I do that? Thanks for your help.

7. Dynamically add dataPaginator    icefaces.org

8.  illegeal argument exception    icefaces.org

i am using my application in request scope...i have an arraylist for displaying data in datatable....if i click the pagination(ie next page) i get illegal argument exception -5(that 5 is the no of rows i have given to be displayed in a single page).........if i am using the arraylist as static i wont get this error....but the page wont get refreshed.......... ...

9. datapaginator and page fragment box with visual designer    icefaces.org

hello this i my first post here :) netbeans 6.1 icefaces 1.7.1 i am evaluating (learning) icefaces to use it in a web application so i have 2 questions if possible: 1) i have a datatable binded to a firebird database, i drop a datapaginaort to the table note that i have a missing body element error the first time i ...





10. Problem with ice:dataPaginator , not properly changing pages    icefaces.org

Hi there, we're using the dataPaginator inside a dataTable, just like in the IceFaces Showcases. The only difference to the showcase is that our "rows" can be selected an deleted. Here's the problem: Deletion works fine and the paginator gets rendered properly in all but one case. If we switch to the last page of the paginator and delete all rows, ...

11. DataPaginator cannot find data table    icefaces.org

I am using ICEFaces 1.7.1 with Facelets. I have a page with a data table and a data paginator. For some reason, the data table I identified in the for attribute of the paginator cannot be found. I get: java.lang.IllegalArgumentException: could not find UIData referenced by attribute dataScroller@for = 'mytable' and the page does not render. Clearly other people on this ...