Questions tagged [ace-datatable]
8 questions
3
votes
0 answers
How to use ajax links and normal links in the same JSF dataTable (IceFaces)
IceFaces 3.3
JSF 2.1
I'm trying to build a table with "uploaded files". I need an ajax link to delete each row. Not a problem.

Iago Elizechea
- 66
- 3
2
votes
0 answers
Websphere 8.5.5.0 with IceFaces 3.3.0, ace:dataTable don't work fine
I'm using ICEFaces 3.3.0. I have a problem with . When getting rowStateVar from RequestMap the result is NULL when running my application in Websphere 8.5.5.0, but it works fine in Jboss 7.1.1.
My code looks like this:

Mounif Haydar
- 31
- 4
2
votes
0 answers
ace:dataTable single and double click row selection listener
Is it possibile to handle in the same ace:dataTable even single click and double click row selection in order to associate them two different behaviors?
example: I need to open the row detail with double click selection and i need to only select…

user1512384
- 21
- 2
1
vote
1 answer
Dynamic columns with c:forEach, ace:dataTable and IceSoft Wiki example
We are facing a problem with dynamic columns. We have a table where columns depend on some filters previouosly selected. When you enter the page you can select year and some other criteria, and with these values we render the table. Our problem is…

EAmez
- 837
- 1
- 9
- 25
1
vote
1 answer
How does "first" property in ace:datatable work?
We're trying to put 3 tables in the same page with some kind of synchronized pagination. Because of the "paginator" property in ace:datatable is individual for each table, we're using some commandLinks to implement the functionality of moving…

EAmez
- 837
- 1
- 9
- 25
1
vote
0 answers
Need an examle of lazyloading in ace:datatable
i am using icefaces 3
and i took a look at the showcase for the ace:datatable lazyloading, but the example is very complicated, so can anyone please share with us an example of using lazyloading in ace:datatable to load data from the database not…

Mahmoud Saleh
- 33,303
- 119
- 337
- 498
0
votes
0 answers
ace:datatable inside composite component does not work in JSF
I try to use tag inside composite component Mainly it works well. I want to getting row data from the table to use it in bean but when I click on the row, I get error message
Internal server error
I need your help (BalusC :)) to…

zuvladimir
- 115
- 1
- 9
0
votes
1 answer
Ace Datatable row selector with paginator
I am using ace datatable with pagination. Now, in a page after selecting some rows, when I go to another page and come back, the selection disappears. Rows are not selected anymore.
Here is the code:

user746458
- 369
- 2
- 13
- 26