ADFContext adfCtx = ADFContext.getCurrent();
Map reqScope = adfCtx.getRequestScope();
reqScope.put(
"flag"
,
"true"
);
Boolean statu = (Boolean)reqScope.get("flag");
ADFContext adfCtx = ADFContext.getCurrent();
Map reqScope = adfCtx.getRequestScope();
reqScope.put(
"flag"
,
"true"
);