Hi, I need your help with this problem. I have a webuijsf:table binded to DB table.
There is hyperlink in each row, when this link is clicked I need to show edit form for correspondent record.
But there is no such info in hyperlink action listener. How can I understand, what row is current (hyperlink there was clicked)?
I've found some information about .getRowData().getRow(), but there is no such method in webuijsf:table, only in h:table.