OAF Controller Extension
Hi OAF Experts,
Please let me know a thing. In a requirement, i need to make changes in the already extended controller file. I am planning to follow the below steps. Please correct me if i am wrong anywhere
We will suppose xxxCO is my base controller and xxxExtendCO is my extended controller
Step 1: Place the xxxCO.class file in the myclasses folder. The path will be the one mentioned as mentioned in the package statement that appears as the first line of the code.
Step 2: Place the xxxExtendCO.class file in the myclasses folder. The path will be the one mentioned as mentioned in the package statement that appears as the first line of the code.
Please let me know a thing. In a requirement, i need to make changes in the already extended controller file. I am planning to follow the below steps. Please correct me if i am wrong anywhere
We will suppose xxxCO is my base controller and xxxExtendCO is my extended controller
Step 1: Place the xxxCO.class file in the myclasses folder. The path will be the one mentioned as mentioned in the package statement that appears as the first line of the code.
Step 2: Place the xxxExtendCO.class file in the myclasses folder. The path will be the one mentioned as mentioned in the package statement that appears as the first line of the code.
Tagged:
0