datascroller « RichFaces « JSF Q&A





1. Richfaces DataScroller executed when not needed    stackoverflow.com

In my JSF + Richfaces application I observed that rich:datascroller gets executed when I fire ajax request from different a4j:region. This is my code:

<jsfc:view>

    <a4j:region renderRegionOnly="true">
   ...

2. rich:dataScroller does not refresh rich:dataTable in JSF    stackoverflow.com

I have a rich:dataTable and a rich:dataScroller. When I click on the datascroller, my dataTable does not refresh automatically to show the correct page. If, however, I press the refresh button ...

3. rich:dataTable sorting issue (ajax) + rich:datascroller 'next' control does not go passed page 2    stackoverflow.com

I am using Richfaces 3.3.0, Facelelts 1.1.14 and Seam 2.1.1. I have an issue my rich:dataTable component and sorting. I noticed a pattern... the very first click on the table on ...

4.  and problem    stackoverflow.com

I am developing a Seam-Jsfv1.2-EJB3 web app. I have a datatable and checkboxes in each row. Moreover, I have a datascroller at the bottom of my table as well. My problem is ...

5. Problem in updating page wise total in JSF datatable when using RichFaces datascroller    stackoverflow.com

I am creating a datatable in my JSF page which shows the footer for every column with the total of values in the column page wise. I am using Richfaces datascroller for ...

6. rich:dataScroller how to switch pages every 10 seconds?    stackoverflow.com

I have a rich:dataTable with dataScroller. In each page I need to show 5 records. Record count dynamically changes. I refresh dataTable every 20 seconds to see if there is any ...

7. Displaying JSF datatable with datascroller on specific page    stackoverflow.com

I have to implement "back button" functionality to page which displays search results in datatable with datascroller. Is it possible to open page with initially loaded result page different than first ...

8. Rerender dataTable/dataScroller and return to first paginated page of results    stackoverflow.com

I have a question on a piece of functionailty I need to add to dataTable / dataScroller components. I have the following code:

<a4j:outputPanel id="renderArea">
    <rich:dataTable id="mainDataTable">
    ...

9. rich:datascroller binding HtmlDatascroller.getPage() problem    stackoverflow.com

I have jsf 1.2 and richfaces 3.3.3.Final. I have a binding of rich:datascroller in my java. A weird thing happens though: getPage() method sometimes returns the right page numbers and sometimes the wrong ...





10. Find DataScroller current page    stackoverflow.com

I'm using a dataTable with a dataScroller. I've added the 'Page' atribute to my dataScroller and put getter and Setters in the bean. How can I check the current page a user is ...

11. Switch CSS of a rich:datascroller    stackoverflow.com

I wanna switch the styles the datascroller uses to shows the selected page. Is it possible?

<f:facet name="footer">
    <a4j:form>        
   ...

12. JSF richfaces datascroller    stackoverflow.com

I am new to JSF and richfaces. I am trying to use a datascroller with a richdattable. I get the datscroller at table footer. It displays first page correctly. But pressing ...

13. JSF 2.1 + RichFaces 4 - Change rich:dataScroller default stylesheet    stackoverflow.com

I have the page which has the following tags:

<h:head>
 <h:outputStylesheet name="style.css" library="css" />
 </h:head>
and some kind of dataScroller:
<rich:dataScroller for="productsList" id="scroller" maxPages="10">
Now I'm trying to override dataScroller default css style by ...

14. JSF 2.1 + RichFaces 4 rich:dataScroller    stackoverflow.com

I have the following datascroller

            <rich:dataScroller for="productsList" id="scroller" maxPages="10">
            ...

15. using rich:datascroller limiting result    stackoverflow.com

Im working in a web application using JSF2 and RichFaces 4. In one of my pages I display data from a table of my DataBase in rich:dataTable I retrieve just some ...

16. Datascroller and sortOrder on rich:extendedDataTable    stackoverflow.com

I had a problem on a Jsf page. The datascroller didn't change pagination of the dataTable clicking on a number of page (still stay on the first page of the pagination).

  • Richfaces : ...





17. Hide rich:dataScroller Page Numbers    stackoverflow.com

Is it possible to hide the page numbers shown by the rich:dataScroller?

18. when going to 2nd page in datascroller there is no data shown    stackoverflow.com

I have a datatable with lots of elements and a datascroller when pressing on the datascroller for 2nd column it shows a blank column.

<a4j:form id="home">
        ...

20. rich:datascroller - tell javascript what page it's on    coderanch.com

Is there a way to get the richfaces datascroller object to tell some client side javascript what page it's on? My project has specified some kind of annoying behavior for the multiselect checkboxes we've implemented, and they require knowing that what page the scroller is on, and when a page has been changed ... To specify, I see http://www.jboss.org/file-access/default/members/jbossrichfaces/freezone/docs/devguide/en/html/rich_datascroller.html there is ...

21. Seam/RichFaces - extendedDataTable, datascroller, and changeable page size    coderanch.com

I'm experimenting with SEAM/RichFaces and am working on a data grid page. I've figured out a lot of the basic functionality and really like it! What I want to be able to do is let the user dynamically change the number of items on the data grid. This seems like it should be easy enough... I just set up my table, ...

22. Richfaces DataScroller    coderanch.com

24. Help with rich:datascroller    coderanch.com

26.  is not rendering the data for export    coderanch.com

Hi, I am having a problem in exporting the data from the excel. In my page i have say 100 data and each page show 10 data. So i have 10 page. The problem if i have total of 10 data or less then that, the export is happening correctly. But if i have more than 10 data where my pagination ...