If a tree of components are attached to a page, this method called only against the root one. For example, if component A has a child B and A is attached to page P, then aferComponentAttached(A, P) is called.
Note: exception thrown by this method is ignored (but logged).
|
|