cancel
Showing results for 
Search instead for 
Did you mean: 

Passing URL paramters like param1=value

Former Member
0 Kudos

hi All

I want to pass some URL parameters like Spoof=Yes, Pricing=yes while calling a web dynpro application.

My application is going to deployed on different portals so based on the portal on which is going to be deployed I have to pass some paramters.

Such that some functionality includes for those paramters like some columns are enabled/disabled.

So please suggest me how to go ahead.

Thanks and regards

kris

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

closing the thread

Former Member
0 Kudos

Hi pass the parameter using WDPortalNavigation.navigateAbsolute(........) and get that as maksim suggested in init(), there you can decide whether to run function or not.

Thanks,

Damodhar.

former_member182372
Active Contributor
0 Kudos

Hi gopi,

try to use

String param = WDWebContextAdapter.getWebContextAdapter().getRequestParameter("paramname");

Best regards, Maksim Rashchynski.

Former Member
0 Kudos

hi Maksim,

Thanks for stopping at my post.

I tried to implement that particular code but that did not work out.

Basically I am want to pass a parameter called "Spoof=Yes" and "Spoof=No"

in the URL.and the spoof involves a functionality in the application, which decides whether to run that function or not.

So please let me know if is there any other settings to be done or any thing else to be done in order to pass a paramter on passing of which involves some functionality to be performed on passing.

Kindly guide me to get along this.

Thanks and regards

Gopi