Hello All,
Currently I am using the method below to navigate to another application :
.
.
.
String urlToExitPage = WDURLGenerator.getApplicationURL(deployableObjectPart,urlParameters);
wdThis.wdGetCreationInterfaceViewController().wdFirePlugExitPage(urlToExitPage);.
.
.
May I ask if there anoher way to achieve this instead of using the methid above. The reason for asking is because the code works fine if I were to call it from a view. However, it fails when I execute it from the component controller. Thank you very much.
from
Kwok Wei