Hi SDNers,
In the Desktop InnerPage the following iViews are added and appears as below in the page layout (1 Column Full Width):
Custom Breadcrumb
Content Area
Footer
I have some custom logic in the 'Custom Breadcrumb' iView which sets some data to the browser session which will be used by other apps. Now, the Content Area iView (which displays the role containing other custom iViews) should access the data that was stored in the session.
However, when the portal screen is launched it seems that the Content Area iView is launching first and then the Custom Breadcrumb iView due to which it does not get the data stored in the session. I verified this by printing the system time in both the iViews and found that the Content Area iView is launched first followed by the Custom Breadcrumb iView after some miliseconds.
Is there a way to ensure that the Custom Breadcrumb iView is loaded completely prior to the launch of the Content Area iView ?
Any help would be appreciated.