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
1 comments
16:40 Jan 14, 2026
Hello,
The Freedom UI pages are not intended to transfer parameters between each other during the opening, exception is when you directly opened a page via code and passed parameters there.
If you want to transfer data, I recommend checking this discussion
https://community.creatio.com/questions/pass-parameter-one-page-another…
Show all comments