1.

How Does The Web Dynpro Framework Decide Which Particular Views Make Up The Current View Assembly ?

Answer»

When an application is executed for the FIRST time, only those VIEWS which have their default flag SET to true will belong to the first view assembly.

Thereafter, USER navigation will OCCUR and the view assembly will be composed of those views that have been newly instantiated (on account of their inbound plugs being fired), and those views that persist from the previous view assembly (because no outbound navigation took place from them).

When an application is executed for the first time, only those views which have their default flag set to true will belong to the first view assembly.

Thereafter, user navigation will occur and the view assembly will be composed of those views that have been newly instantiated (on account of their inbound plugs being fired), and those views that persist from the previous view assembly (because no outbound navigation took place from them).



Discussion

No Comment Found