Hi friends,
I have 2 WDK applications with these layers hierarchy:
wdk ... wp - custom - project1
wdk ... wp - custom - project2
I have one component (about_component) with these configurations:
- about_component from custom extends about component from wp and replaces jsps and nlsbundle tags
- about_component from project1 extends about component from custom and replaces only nlsbundle tag
- about_component from project2 extends about component from custom and replaces only nlsbundle tag
I want to migrate my WDK component to use modifies syntax.
First, I did this step:
- change the about component from custom to modifies about component from wp
- replace a jsp and nlsbundle tags
Now I want to apply the "modifies" syntax at project1 and project2 layers, how can I do that?
I did some tests and the only way that worked was to use "extends" in custom layer and "modifies" in project1 and project2 layers.
Is it the best practice in this case?
Thanks,
Andre