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~