How to navigate + pass input values between views on the same Portlet?
I have 2 views : View A and View B on a Portlet. View A has an input text field and a command button. View B has an output text control. On clicking this button, i should go to View B and i should see the value that i entered on View A’s textfield.
How can i achieve this using an Extended Portlet URL control?
Create a managed bean across the portlet and give reference to the all the views.
Bind the variable of View A to the managed bean.
So that tou can retrieve the values from the managed bean in View B.