cancel
Showing results for 
Search instead for 
Did you mean: 

which method is invoked first when we create a component or view controller

Former Member
0 Kudos

When we create a component controller & view, what method is invoked / initialized first in component & view.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Following method is first invoked

public void wdDoInit()

Regards

Ayyapparaj

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

wdDoInit() will be called first.whenevr u invoke an application

then the sequence of invokation is wdDoInit() of component

controller and then wdDoInit() of view will be called

Regards.

Surender Dahiya