cancel
Showing results for 
Search instead for 
Did you mean: 

Get url parameters to webdynpro application

former_member1279004
Participant
0 Kudos

All,

I am trying to get url parameters to the wbdynpro applications, currently we are using the following call WDWebContextAdapter.getWebContextAdapter().getRequestParameter( "metric"). This particular call seems to be depricated, and was wondering what would be the appropriate call to replace the same.

Mike

Accepted Solutions (1)

Accepted Solutions (1)

former_member197348
Active Contributor
0 Kudos

Hi Mike,

WDProtocolAdapter.getProtocolAdapter().getRequestParameter("metric");

if you are using NW04s latest version.

This is also deprecated in CE.

Regards,

Siva

matteo_fusi2
Participant
0 Kudos

Hi,

for CE use

WDProtocolAdapter.getProtocolAdapter().getRequestObject().getParameter("metric");

not deprecated

Regards

Matteo

Answers (1)

Answers (1)

former_member185086
Active Contributor
0 Kudos

Hi

Please click on shown deprecated ,It will show what is the latest to user further refer these threads

1.[Request parameters in http post |;

2.[How to read parameters from URL (WD for Java) |;

3.[url Request Parameter |;

Best Regards

Satish Kumar