hi
I am implementing a popup window tutorial .
In my view one context node contains one attribute which is of the type IWDwindow.This attribute stores the reference of the window so that it can be destroyed.
Node - Popup
Attribute - Windowinstance
While executing the below given statement
wdContext.currentPopupElement().setWindowInstance(window)
the
"wdContext.currentPopupElement()" gives a null pointer exception..i dont know why?
Do i have to initialise it first if yes how
plese help