OAF Advanced Table Popup Render Problem
Hello,
In a custom OAF page having an advanced table populated through a VO that have an image items as a trigger to show details popup.
The image components are rendered on the page based on a Boolean column value of the VO query, which works fine, but the popup is working only when the image in the first row of the table is rendered, otherwise, for the rest of the rows, the image is visible but unable click as the underlying hyperlink is not functioning.
Refer to attachment ViewDetailsPG.xml and search for “rmsActionsRN”. Here the rendered property of the image is set through a Boolean attribute in SPEL, assume that in the advanced table, first row value returns a 'false' and second row value returns a 'true' - then the first row image is not visible and second row image is visible, but cannot click to open the popup as the hyperlink is NOT enabled and it behaves like popup-enabled property is set to false.