Skip to Content
0
Former Member
Jan 20, 2010 at 02:37 PM

how to get parameter value from application url

26 Views

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~