Posts

Showing posts from March, 2015
Image
How to use Dynamic Region in ADF Hi Friends, Today we'll learn concept of using Dynamic Region in ADF.  First of all we must need to know what Dynamic Region exactly is. Dynamic region is used to run multiple task flows on the same region(Placeholder) according to different-2 conditions. Ok, Now lets start it : 1.) Create two bounded Task flows containing one JSFF page inside each. Design the page according        to your requirement. 2.) Create a Demo.jspx page and drag the first task flow onto it ,it will ask for a bean and provide the bean.      Remember bean scope must be greater than backing bean scope. 3.) When the bean creation is finished, open the bean and you will see that the method          getDynamicTaskFlowId()  gets auto created.  4.) Now make a String variable in bean and generate its accessors .  5.) Go to demo.jspx page an...