Hi,
I have multiple views in my application. How can I call one view from another view, and then go back to the home page. I have around 6-7 views in my application and I want to navigate between the different views. Please let me know how to implement this functionality.
Depends on your UI but if you are using a tab panel or a container using card layout you can use the setActiveItem method to go back and forth through your UI.