Sunday, February 6, 2011

JDev/ADF sample - ADF Region Communication - Data Exchange Through Shared Data Control Java Class

  • ADF Region Communication - Data Exchange Through Shared Data Control Java Class. Every ADF region maintains its own Page Flow scope, this means even if you have two ADF regions on the same page - each ADF region will have its own Page Flow scope and it will not be allowed to enter another region Page Flow scope. If we would be allowed to share Page Flow scope between different regions, it would be easy to pass data from one ADF region to another, however this is not allowed by design. I will describe possible alternative - to use custom Data Control to exchange data.
    Download - ADFRegionCommunication.zip

No comments: