Add checkboxes dynamically for each row and access them in JSF
843844Aug 28 2009 — edited Aug 31 2009Hi,
On the click of a button, I need to display few rows with a checkbox at the front of each row.
Since the no of rows is dynamic ..how can I achieve this in JSF.
Iam using <c:forEach> to display the rows.
Also, how can I know which checkbox is selected i.e., it's id in the backing bean??
Any help is really really appreciated.
Thanks!!