Page redirection in tab-container

0
Hi, I have a tab-container in a page. In the tab-container I have some data and a button. My requirement is that when I click on that button the content present in the tab must be replaced with other content which I want. Is it possible to change the page only in the tab by keeping the remaining data outside the tab-container constant? 
asked
2 answers
1

You could create a Helper object, a non-persistent entity, on the highest level in your tab container. If you press the button, refresh the helper object and everything in the container will refresh.

answered
0

I think you can use the tab container widget for that. It's default in Mendix

answered