Hello All,
I am facing a strange problem when configuring UWL. I have two applications, which needs to be invoked from the UWL.
1. Is a Web Dynpro application which I open up using SAPWebDynproLauncher
2. Is a Web Dynpro application residing in an IView, which I open using IViewLauncher.
I require a parameter to be passed to both the applications. So I have added the
<Property name="itemId" value="${item.jobId}" />
to both the configurations.
Surprizingly this configuration works in the application #1, while #2 application is unable to read the parameter. The Web Dynpro which launched in the IViews displays a NULL value on the screen (ideally it should have been the Job ID).
I use the following code in both the Web Dynpro applications to read the value.
WDWebContextAdapter.getWebContextAdapter().getRequestParameter("itemId");
Am I missing out on some thing here ??
TIA,
PKS.