Hi,
I am trying popup sample code
**************************************************
IWDWindow window = wdComponentAPI
getWindowManager().createExternalWindow(
"Google - Search for an email address",
false);
window.open();
**************************************************
'wdComponentAPI' - Is this an implicit object ?
NWD is showing error - " Cannot resolve symbol wdComponentAPI "
I am using NWD Studio 2.0.3
Can anyone help ?
Thanks in Advance
First I would suggest that you update your Web Dynpro runtime and NetWeaver studio to a more recent version.
The reference wdComponentAPI has been introduced to facilitate access to the component from within a controller.
In older versions you can use wdThis.wdGetComponent().getAPI() or something like this (I'm writing this from my memory).
Armin
Add a comment