Tuesday, January 15, 2013

JDev/ADF sample - Fragment Template to Fragment Communication with ADF Contextual Events

  • Fragment Template to Fragment Communication with ADF Contextual Events. This post is extended version for my previous post - After Commit Call for Centralized Transaction Management. Previously posted application works as it should, but you may face a bit more complex use case when fragment template will be assigned with page definition file. If there will be page definition file for the fragment template - it will not work to call method by managed bean reference and invoke operation from fragment page definition. The thing is - page definition context will be changed from fragment to fragment template and operations declared in the fragment page definition will be unaccessible. However, we can implement communication between fragment template and fragment itself through ADF Contextual Events functionality.
    Download - GlobalTransactionControlApp_v3.zip

No comments: