Hi,
What is the unique identifier for an OAF page which can be obtained from the OAPageContext/OAWebBean in the extended controller class?
I checked in my EBS-OAF test instance, the following methods are returning NULL in the extended controller class. Looks like we cannot use those values:
String xPageName = pageContext.getParameter("PAGE");
String xFormName = pageContext.getFormSubmitName();
Please suggest some parameter/attribute which can be got in the controller class and which would be unique for each OAF page.
Thanks,
Chaitanya.
