Parameter passing between Portlets

Hello everybody,

I want to pass a value of an input text on click in a button, this two controls are defined in the first Portlet.

In the second Portlet, I want to display the content of the input text from the first Portlet.
After defining my Portlets and controls, I use the mechanism of Wiring but It works just when calling a webservice connector.

My question is : how can I pass parameter between Portlets without using Webservice Connector.

Thank you !

Hello,

I resolved the problem, I do add a Command Button with a property type to submit.

Also, you can define a preference for the portlet which has to receive the parameter, let’s say paramX, then you can pass the value in the url:

http://mws:port/myPortlet?paramX=value

Regards.