Questions tagged [datascroller]

Use this tag for questions related to dataScroller, a scroller for UIData components

Quoting Apache's page:

Scroller for UIData components eg. dataTable Must be nested inside footer facet of dataTable OR for attribute must be given so that corresponding uiData can be found. Unless otherwise specified, all attributes accept static values or EL expressions. A component which works together with a UIData component to allow a user to view a large list of data one "page" at a time, and navigate between pages.

is usually used along with the , so think about whether you should use it or not.

37 questions
0
votes
0 answers

Retaining the current page of t:dataScroller when returning after postback

Having the next table/paginator combination working properly, does somebody know what I have to do to remain on the current page after 'someAction' gets fired? (Because, actually returns ever to the first page.)
JLLMNCHR
  • 1,551
  • 5
  • 24
  • 50
0
votes
0 answers

Richfaces 4.3.x rich:dataScroller conditional navigation

I need to implement conditional navigation logic using rich:dataScroller. Basically based on certain rule, the page navigation for the dataTable associated with the dataScroller should not take place. As per my preliminary analysis dataScroller…
Vinay R
  • 1
  • 1
  • 1
0
votes
0 answers

Richfaces DataTable - total number of pages

I've a situation where I've multiple columnGroups inside my datatable and for each record I render one or more columnGroup depending on some business logic. Now, since the number of rows in the datatable are different from size of my records list,…
Asif Arshad
  • 301
  • 1
  • 10
0
votes
1 answer

richFaces reRender not refreshing

I have the page structured like this: Data Scroller Datatable : - Header - Data - Footer Data Scroller Now, I want the Data Scrollers and the footer to be re-rendered when the page is changed. To do this i am calling a bean that returns the…
mangusbrother
  • 3,988
  • 11
  • 51
  • 103
0
votes
1 answer

Richfaces DataScroller executed when not needed

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:
mgamer
  • 13,580
  • 25
  • 87
  • 145
0
votes
1 answer

t:dataScroller not working correctly on refresh

I'm using t:dataScroller to scroll some data from a t:dataTable and it is working fine except for one thing: every time an action that causes the screen to be refreshed is triggered the t:dataScroller's index is set to 1. To be more clear: when i'm…
zango123
  • 1,690
  • 2
  • 15
  • 18
0
votes
0 answers

How to refresh richdatatable with datascroller?

I'm using RichFaces 4.0 and I'm trying to show a rich:dataTable that has been paginated using a dataScroller.
Dr. No
  • 1,306
  • 5
  • 28
  • 57
1 2
3