cancel
Showing results for 
Search instead for 
Did you mean: 

Displaying URL Address of Deployed Application

Former Member
0 Kudos

Hi,

When we deploy WebDynpro Application in Portal, the URL address is generally displayed in the address bar as http://xxxxxx/irj/portal .

In my project there is a requirement that in the view i have to create one link . When the user clicks on that link the same view will be displayed in a new browser . And in this case the detil URL address of the view should be displayed in the address bar instead of /irj/portal .

Can anybody suggest how to do this .

Thanks a lot .

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

WDDeployableObjectPart deployableObjectPart= wdComponentAPI.getDeployableObjectPart();

try {

WDURLGenerator.getApplicationURL(deployableObjectPart);

} catch (WDURLException e) {

// TODO Auto-generated catch block

e.printStackTrace();

}

Regards

Ayyapparaj

Answers (0)