Hello,
I have the following situation:
from my main WD application a window W1 is called together with V1 (default view). Here I display some information in a normal table. Via a button I navigate to a 2nd view (V2) and want to show some other data. The navigation works fine but no data is displayed. What could be the reason for this?
WD application
- calls Win1, default view V1 <= this works fine and data shows up
- Navigation to V2, via Nav.Plug <= works
- V2 is shown as empty table <= Data was selected and bound
For both views I defined a context each in the component controller. I mapped those contexts in the corresponding views.
Do you have any ideas what is missing? Maybe an initialisation somewhere?
Kind regards,
Thomas