Generic Portlets - Data and Navigation

Hi,

How can I pass values between generic portlets and which is the correct way to navigate between them?

I have two generic portlets and each of them have a default view. One of them is a portlet in which I make some searches in the database and it has to pass a value to another portlet where I show the detail of the record selected in the first portlet.

Can I use a “Navigation Rule

Hi
Have a look at [url]http://tech.forums.softwareag.com/viewtopic.php?t=22413[/url]. It may answer your question.

If what you want to do is to navigate from portlet A default view to portlet B default view, you can use a navigation rule. If you do this, you will be inside the same “portlet” session, so you will be able to access all information from the first view beans (that is, you can use referenced beans to share info between portlets).

hope this helps,
Javier