1. problem in fetching values,JSF-data table stackoverflow.comI'm using JSF 2.0 and trying to display a list of data using a datatable. After my data is fetched I have button in each row, on this button it has ... |
2. How to fetch a row from a datatable? coderanch.comI have a jsf datatable which has 8 columns. I need to fetch a row completely when the check box corresponding to that row is checked. In the backing bean an object corresponding to a row is created. How can I get the object ID of the row which is checked ? Appreciate your help for the same. |
3. dataTable (JSF 2.0) - fetching two times coderanch.com |
4. Fetching Rownumber of a Datatable coderanch.comHi All, Can anyone tell me how can i fetch the id (along with row number) of a radio button group which is inside a h:datatable. Say there are 4 rows in a datatable, if i click on the radio button in row 3 of that datateble, then i want that row number 3 in javascript. Can anyone help me with ... |