Generic Refresh of current page in Mx 5

0
We have migrated our application from Mendix version 4.7.2 to version 5.18 In version 4 we used the mendix toolbar (MxClient_toolbar) refresh option to refresh only the current page which can be a dataview or datagrid. In version 5 this toolbar is not available anymore. Is it possible to use the MxClient_toolbar in version 5? If not how can we realize such a generic refresh action of the current page in Mx 5? Thanks!
asked
2 answers
0

You could use the Java action of the community commons refreshClass or refreshClassByObject.

Regards,

Ronald

answered
0

Include a change action on your object without changing anything, with refresh in client, no need to commit. This will refresh the dataview.

answered