Hi All,
let say I have 2 attributes(eg. Name and Age) in a node and binding it to targetComp from Source comp.
Name : XXXX
Age: 87
I am trying to show those two attributes in targetView as a popup. For 1st time, its working fine.
Name:YYYY
Age:24
But not for the 2nd time and so on. The old data is still in targetView. I tried invalidate the node but that doesn't work. I think for the 2nd time, targetComp wdDoInit is not getting called again?
Any idea?
Thanks
Manoj