Let's say developer creates Method Call in ADF Task Flow, this call invokes action from bindings - Create:
This means associated Page Definition file will be generated:
Its generated in default package location, while we want to have it specific package. We can move it manually, or we can use JDeveloper 11g refactoring functionality. Just select Page Definition file you want to move and from Refactor menu invoke Move command:
Page Definition file will be successfully moved to location you want and required changes will be done in DataBindings.cpx file as well:
1 comment:
Lol this is so good, why on earth does not Refactor/Move appear on the right-click contextual menu?
Thnx!
Post a Comment