Hi
Make sure that your URL has parameters in it like &color=red
Use this code in the wdDoInit method of your View:
WDProtocolAdapter.getProtocolAdapter().getRequestObject().getParameter("color")
or
WDWebContextAdapter.getWebContextAdapter().getRequestParameter("color")
Both these statememts will retreive the value as red.
You may also refer to my posting in this Threadhttps://www.sdn.sap.com/irj/sdn/thread?threadID=172812&messageID=1937716">Thread>
Hope this Helps.
Pls reward points if Helpful.
Murali.
Add a comment