Hi ,
I am trying to develop a local application.
The name of my component is Table and the name of my view is TableView.
From one of the supply functions in TableView , I am trying to call a method (supplyTableData) defined
in component controller.
I am not able to do so.
I guess the code used to call method should be something like this :
wdThis.wdGetTableController().supplyTableData();
But wdThis (of View) doesn't show any method such as wdGetTableController().
Can anyone of you please suggest me as to where I am getting things wrong or any other way
of calling component controller's method.
Regards,
Arvind