Hello,
I have two advancedTable regions under a tab, both are having two different controller classes; let’s name first table as table1 and second as table2
Is it possible to invoke the processRequest method of table2 only when the row is selected in table1? At the moment when the tab is invoked, the processRequest method of table2 is invoked.
The idea is to render the table2 region only when the table1 row is selected. When I do setRendered(true); in the processFormRequest, I am getting the below exception
FND_WEBBEAN_ACCESS_RESTRICTED. Tokens: CALL_STACK = java.lang.Throwable
Appreciate any help or insight.