cancel
Showing results for 
Search instead for 
Did you mean: 

how to get parameter value from application url

Former Member
0 Kudos

hi, I met a problem in my web dynpro application. There is a url to invoke my application, the form of the url is as follows:

http://....iview?userId=xxx&pwd=xxx

Now, in my component controller, I want to get value of userId & pwd. I has used the method "WDProtocolAdapter.getProtocolAdapter().getRequestObject().getParameter("userId")", but I still can not get the value.

Would you please give me a help? Thank you~

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member214355
Contributor
0 Kudos

Hi Daniel

The following thread might help;

if not, you could try posting the question in Application Server » Web Dynpro Java

Thanks

Kenny