I have created a flex form containing buttons(1, 2, 3, 4) load sub form with in a container. When the form loads, the sub form 1 shows by default and upon clicking on the other buttons, the other forms are loaded in the same container.
This flex form is deployed in app-switcher
All the above mentioned scenario works fine when this form is opened in Mongoose but the issue appears when it in the app switcher.
The issue is that once a sub-form is navigated(opened), it can not be navigated again to the previous form using these buttons. It shows no error and no response.
Please suggest me how can I fix this issue. Can we re-paint (re-render) a component or form ? or clear the cache to fix this problem.