The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
56 views

Keeping components styled in datagrid after paging with rich:datascroller

I have a page with a rich:datagrid and rich:simpletogglepanels inside as elements.As the footer I have a rich:datascroller.Code is below. <rich:dataGrid columns="1" width="100%" ...
0
votes
0answers
78 views

rich:dataScroller to control two a4j:repeat

I need to control two a4j:repeat with a single rich:dataScroller. I was suggested to use a a4j:ajax in some way, but it was just an idea from a collegue, who like me has no idea on how to do that. ...
0
votes
1answer
107 views

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. ...
0
votes
1answer
793 views

Richfaces: component rich:dataScroller doesn't work

i'm using richfaces 3.3.3 I've a rich:dataTable inside another rich:dataTable and both have a rich:dataScroller but the inner doesn't work: <rich:dataTable id="dataTableVisibility" ...
0
votes
1answer
264 views

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 ...
0
votes
0answers
365 views

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. <!-- DATA TABLE --> <rich:dataTable id="myTable" cellpadding="0" ...
0
votes
1answer
661 views

JSF2 Myfaces tomahawk datascroller with f:ajax

Is it possible to have t:datascroller work with f:ajax ? When I put a f:ajax tag inside a datascroller, the datascroller doesn't work anymore. Maybe it is because I set the actionListener of the ...
0
votes
1answer
671 views

Hide rich:dataScroller Page Numbers

Is it possible to hide the page numbers shown by the rich:dataScroller?
1
vote
2answers
2k views

Datascroller and sortOrder on rich:extendedDataTable

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 : 3.3.2.SR1 Jsf : ...
1
vote
1answer
833 views

Switch CSS of a rich:datascroller

I wanna switch the styles the datascroller uses to shows the selected page. Is it possible? <f:facet name="footer"> <a4j:form> <rich:datascroller ...
1
vote
1answer
2k views

Find DataScroller current page

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 on in the bean? Do I ...
1
vote
0answers
579 views

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

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 ...
1
vote
1answer
1k views

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 ...
1
vote
4answers
5k views

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

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 ...
1
vote
0answers
2k views

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

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 ...
0
votes
1answer
1k views

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 ...