Skip to Content
0
Former Member
Aug 04, 2005 at 01:26 PM

Alternative method for navigating to another page ?

22 Views

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