Hi all,
in my WD application controller I'm executing some code in wddoInit method and, depending from the result of this code, I'd like to plug one view or another.
I try to use the wddoBeforeNavigation to fire an event, catch it in the default view and then fire plug to the second one but I have the following error:
com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Cannot navigate from view DefaultView because it is not part of the current view assembly
how can I solve this?
thanks in advance,
Stefano