| Author |
[JSF] getRowData return always the first row.
|
Marco De Marco
Greenhorn
Joined: May 24, 2010
Posts: 1
|
|
Hi,
I'm using the same backing beans in 2 JSF pages to populate 2 different datatable, but in the first one the method getRowData return the correct row, instead in the second one getRowData return always the first row.
The tables are populated by 2 different methods, and there are 2 datamodel.
Any help will be appreciated!
Marco
I've found the problem:
In the method getDataModel() I've always fetch the data from the database: the correct way is:
|
 |
 |
|
|
subject: [JSF] getRowData return always the first row.
|
|
|