Monthly Archives: April 2012

How to in Jdeveloper ADF Tutorials- Get the taskflowBinding in the code



BindingContext bctx = BindingContext.getCurrent();

DCBindingContainer binding= (DCBindingContainer) bctx.getCurrentBindingsEntry();

DCTaskFlowBinding tf = (DCTaskFlowBinding) binding.findExecutableBinding("taskflow1");