2024 Sep 18 1:29 PM - edited 2024 Sep 24 3:11 PM
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">
.
.
.
Request clarification before answering.
User | Count |
---|---|
33 | |
22 | |
17 | |
8 | |
5 | |
5 | |
4 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.