Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
402 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
335 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
0answers
437 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
734 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
3k 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 ...
0
votes
0answers
24 views

Datascroller page numbers custom design?

I used a <rich:datascroller> and <rich:datatable>. I modified default functionality of datascroller css and made some changes. but i need a '-' symbol between the page numbers.. Like : ...
0
votes
0answers
44 views

rich:datascroller out of sync with rich:extendedDataTable

I'm working on an application based on Richfaces 4 and JSF 2.1. I'm facing the problem stated here: http://community.jboss.org/thread/165607. Table relevant part looks like this: ...
0
votes
0answers
31 views

when going to 2nd page in datascroller there is no data shown

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"> <rich:panel> ...
0
votes
1answer
98 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
0answers
147 views

Issue facing with richfaces pagination, dataScroller is not displaying correctly

I am new to RichFaces and I am using richfaces 4.0 version. I am facing one issue with pagination. I am having one page, in which users list will be displayed along with the pagination. In the ...
0
votes
1answer
108 views

Hide rich:dataScroller Page Numbers

Is it possible to hide the page numbers shown by the rich:dataScroller?
0
votes
0answers
66 views

using rich:datascroller limiting result

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 result by the setMaxResults(20) but I ...
0
votes
1answer
561 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 ...
0
votes
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
832 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 ...