Hi,
Can anyone let me know how to get the Parameter ID value from Iview.
I am trying it this way and its giving null.
String Path = WDWebContextAdapter.getWebContextAdapter().getRequestParameter("PARA-ID");
Thanks!