Hi,
I have created ZComponent and from it I want to access nodes of standard component.
What I have done so far:
1. Bound view node of standard component to component controller
2. Created interface view of standard component in repository file
3. Created component usage of standard component in my ZComponent
4. Redefine WD_USAGE_INITIALIZE of component controller of ZComponent
When I put break point inside WD_USAGE_INITIALIZE it did not stop.
Am I missing something here?