Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

rowDisclosure in application table

962773Apr 21 2014 — edited Apr 21 2014

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!!

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 19 2014
Added on Apr 21 2014
1 comment
949 views