users@woodstock.java.net

webuijsf:table what row was clicked?

From: Alex <evilhare_at_yandex.ru>
Date: Mon, 08 Sep 2008 15:23:18 +0400

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.