Questions tagged [richdatatable]

A rich:dataTable is a UI component which allow create a table dynamically. It is a part of the RichFaces component framework.

<rich:dataTable> is a datatable component, part of the component framework.

50 questions
1
vote
0 answers

Richfaces extendedDataTable inside another extendedDataTable

so I have an extendedDataTables as follows(Code is shortened to keep it straightforward).
Chaney
  • 455
  • 1
  • 7
  • 20
1
vote
1 answer
1
vote
1 answer

from listOfMaps

I have a SessionScoped bean which has a list of maps. I am attempting to get a produced using . The list of maps is being populated correctly, although there is no dataTable output. From reading articles on…
eddie-ryan
  • 285
  • 1
  • 5
  • 19
1
vote
1 answer

JSF2 Richfaces 4.3.1, walk method is called many time while using ExtendedDataModel and Arrangeable

I am trying to load a datatable with pagination and sorting. Using the ExtendedDataModel and Arrangeable to achieve this and it is working fine. Then I added the Phase Listener to check the behavior and noticed that that 1. Pagination is working…
msher420
  • 33
  • 3
  • 9
1
vote
3 answers
1
vote
1 answer

rich:dataTable getting the total from filterBy columns

I have a rich datatable with columns that I can filter.
Steve C
  • 322
  • 1
  • 5
  • 11
0
votes
1 answer

Changing background color of the row on click of a link

I am using Richfaces 4. I have a with 4 columns. In that, first column is a . I need to change the background color of the entire row when I click on the link. On click of the link I am calling action listener,…
Prabhat
  • 2,261
  • 7
  • 46
  • 74
0
votes
2 answers

Column Click in Rich Faces 4

I am using an extendedDataTable from Richfaces 4. I want to show a detail-page for the element in a row when the user clicks it. Therefore I have added something like onrowclick="showDetails(#{item.id})" to the table. This triggers a corresponding…
Mo.
  • 15,033
  • 14
  • 47
  • 57
0
votes
1 answer

JSF Rich scroallable Datatable Issue

In a scrollable datatable, which displays a collection of objects , I have to add one manual row as first row. That row contains inputText, through which user can able to enter some values and while hitting enter, those values will save and displays…
Anand
  • 1,287
  • 3
  • 11
  • 15
0
votes
0 answers

java.lang.IllegalArgumentException with search

I have this exception (java.lang.IllegalArgumentException), I'm trying to make search based on fields. if the user enter all or any of these fields the result will be show in the page, and when the user not enter any values only the user click on…
uma
  • 93
  • 6
0
votes
1 answer

Best way to make an expandable/collapsible subTable with rich:dataTable

I've recently ported an application from JSF 1.1 to JSF 1.2. In the process we removed tomahawk and decided to use rich instead. Now I need a way to make an expandable/collapsible detailViev for each row in the table. The only thing I can think of…
Erik I
  • 972
  • 1
  • 11
  • 28
0
votes
0 answers

how to call any setter method before actionlistener event of rich datascroller

I want to get the pageno of rich:datascroller before action listener event. For the below code binding attribute sets value of decRm.dataScrollerBind(UIDataScrollar) after the calling of dataScroller method. JSP code
Singh123
  • 216
  • 3
  • 10
0
votes
1 answer

Cannot make filter on rich:datatable

I am working on a project and there are some parts which I have not developed. Right now I have to set a filter on a table, as we use rich faces, I wanted to use the filter as in the example from exadel. However it doesn't work, I know it may be due…
Carloshf
  • 529
  • 1
  • 6
  • 25
0
votes
1 answer

Data Tables to load limited data on page load first time and get more data by ajax if required

i'm looking suggestion based answer as I'm doing work with data tales in cakephp to display my data. corrently i'm using datatables to display data. but the issue is all data load on first load of page, i'm supposing if data is too much in database…
coder
  • 156
  • 3
  • 23
0
votes
1 answer

JSF rich:datatable column display very long text in multiple lines

I have a richdatatable in jsf .xhtml page . I have a very long text for a particular cell. How can i set the width of the column and also display the text within the specified cell. I am new to JSF and CSS. I am providing an example. Suppose I have…
rahul
  • 137
  • 3
  • 14