View Navigation using Extended Portlet URL

Gentlemen,

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?

Hi Sivaraman,

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.

Regards,
Sunil

Hi,
i’m new in Software AG tech. Can anybody tell me how can i share a managed bean between more portlets in a CAF application Project ?

Thank you.