Thursday 18 August 2016

ADF : UI : access RequestScope in Bean and JSFF



ADF : UI : access RequestScope in Bean and JSFF

 

 





       ADFContext adfContext = ADFContext.getCurrent();
       Map requestScope = adfContext.getRequestScope();
       department = (String) requestScope.get("action");

No comments:

Post a Comment