Question
Freedom UI: PageParameters not available and HandleViewModelLoadRequest not triggered in nested modals
10:23 Jan 09, 2026
In Freedom UI, when opening a modal page from another modal page, I’m observing the following behavior:
pageParametersare not auto-mapped into the target page’s ViewModel<strong>HandleViewModelLoadRequest</strong>is not triggered at all- Because of this, the passed parameters are not accessible in the target modal
However:
- The same page works correctly when opened from a section or main page
- In that case,
pageParametersare available andHandleViewModelLoadRequestis triggered as expected
My questions:
- Is this behavior expected / by design for modal → modal navigation in Freedom UI?
- Does modal → modal navigation follow a different ViewModel lifecycle?
- What is the recommended way to pass and initialize parameters in nested modals?
- Is manually reading from
request.$contextthe only supported approach here?
Any clarification or best-practice guidance would be very helpful.
Thanks in advance
Like
0 comments