I need to select a row from the datatable and get the unique id from the table(unique id is in one of the column) and do actions . Please could anyone tell me a solution? I have been trying it since last 2 days. Please help me. I am using t:datatable and t:selectoneRadio to selectthe row.
you can as a matter of fact get a handle to every unique row of a datatable , when you select a checkbox or radio in that particular row. go through the link above .
you can as a matter of fact get a handle to every unique row of a datatable , when you select a checkbox or radio in that particular row. go through the link above .
Thanks Sachin. Let me try and get back to you. One more doubt, can I use radio inside command link ? Will that work to get an id/value ?
I am getting the valuChangeListener when I put the bean in session scope. But I have some other problems when I put the bean in session. Can I do it request scope ? Or if put the bean in session , how can I clear it ?