Get row number of Tabless Panel in onAction event

I have a tabless panel with a list of items. When column “name” is clicked I want to be able to pass its row number to the event handler. How would I do so?

Gonki

Hi Gonki,

You can use controller.getSelectedIndex() or foundset.getSelectedIndex() in your method for this.

Hope this helps.