Refreshing Current Page

0
Hello, I am trying here When I refresh any page it redirects to the home page but instead of this I want to refresh the same page without redirecting to the home page, can anyone help me with this?
asked
2 answers
0

Hello,

You can set URL for the page and your issue will be solved.

Also you can use this widget

answered
0

Hi,

usually you do not have to refresh the whole browser tab to update the user view. Instead, you can refresh the page parameter.

In case you really need to refresh the browser page, you can opt for a javascript action (in a nanoflow) using mx.reloadWithState()

See https://forum.mendix.com/link/space/microflows/questions/91821

answered