Thursday, January 10, 2013

Get TaskFlow's PageFlowScope Parameter in BackingBean


        ADFContext adfCtx = ADFContext.getCurrent();
        Map pageFlowScope = adfCtx.getPageFlowScope();    
        Object val = pageFlowScope.get("attributeName")

No comments: