Hi All,
I am using JDev 11.1.1.6 and WLS 10.3.6
I am developing an application that contains a number of AMs(Application Module) . Now I clubbed all the AMs under a root AM.by modifying the databindings.cpx and all the necessary pagedefs.
Now I need a mechanism so that any individual AM can be committed at a time.
I am explaining the scenario with an example
- I have two regions in UI that uses two different jsff(having different taskFlows). Each jsff have different AM that is now clubbed under a single root AM.
- I made changes in both the regions.
- For saving the changes I have two separate buttons that calls the commit operation and which in turn calls the overridden doDML method in respective EOImpl class.
- Now when I click one button,this results in saving both the regions.
I want to avoid this scenario and want that, click on one save button should affect the respective region.
How to achieve this please suggest.