Hi,
I have an application table with a detailStamp facet. While debugging, I found that when a row is selected and expanded from this table then the rowDisclosureListener get fired. I am catching this this rowDisclosureEvent in the bean class. Is this possible to get the data of the selected row using this rowDisclosureEvent().
For Instance, my af:table is created on Employees table with detailStamp points to Location of the Employee. So whenever I expand any record for Employee then at that point for that record I want to capture the employeeId for current Employee in the rowDisclosureListener method i.e I need the EmployeeVO.
How can I achieve it.. any pointers?
Thanks!!