Hi, As i am very new to the
JSF.
my requirement is:
i have a datatable with 3 coloumns like "id", "name" and "age". ( no radio button and no checkbox).
when i click on a particular row of the datatable it should get highlighted and i need to submit the values to the backing bean
for some business logic.
I think we need to use Javascript to handle "onclick" for the row selected.
Please give me the best example.