datascroller

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: <jsfc:view> <a4j:region renderRegionOnly="true"> <a4j:form> <a4j:region renderRegionOnly="true"> <jsfh:selectOneMenu id="selectOneMerchant" valu...

how to integrate jquery with jsf richfaces tags for print the image and textarea content?

hi, Here i write code to take printout the textarea content using jquery. I load the two java script (jquery-1.3.2.js and jquery.print.js) But these two source file not support rich:datascroller tag(component).. There are two problems occur: Using jquery, print succesfully worked. but rich:datascroller not worked (without using j...

<rich:datatable> and <rich:datascroller> problem

Hi all, 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 when I click the next page number from the scroller, the selected checkboxes at the first page of the datatable is gone. I mean, even if they were selected...

Richfaces rich:datascroller on rich:dataTable commandlink not working

I'm using a datascroller on a richtable and have the following column. When I click the link the table refreshes but goes to the first page not the page I was on. When I debug it the datamodel is hit but the datavisitor is set the first page. Any ideas? <r:column> <t:commandLink value="send" action="#{thingService.sendThing}"> <f:pa...

Problem in updating page wise total in JSF datatable when using RichFaces datascroller

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 paging. When I click next page in richfaces datascroller I need to update my footer with the total of column values in that page, which now a problem for me I managed ...

Keeping current JSF pagination state when going to another page and coming back to the page that contains the paginator

Hi. I'm using the Tomahawk t:dataScroller for pagination. It is working really well. There is only one issue that I'll try to explain: Page A contains the t:dataTable, which is paginated with the t:dataScroller. There are links in the dataTable that can redirect me to another page, say page B. When I go back from B to A, the state of t...