cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Resetting the Lazy-Loaded tabs in an Object page

RaminS
Active Participant
0 Kudos
191

I've implemented stash-based lazyloading of my different tabs using ObjectPageLazyLoader,

and it's working fine the first time the user enters the Object page of my List Report app. However, if the user navigates back to the list page and picks another item to go to the Object page, all the tabs that were previously navigated to now get loaded all together right at the start.

How do I make the lazy-loading reinitiate when the Object page is hit again with a different item?

Thanks

 

 

<uxap:ObjectPageSection "idItinExpSec"... >
   <uxap:ObjectPageSubSection id="idItinExpSubsec" ... >
	<uxap:ObjectPageLazyLoader id="idItinExpLazy" stashed="true">
.
.
.

 

 

 

Accepted Solutions (0)

Answers (0)