Hi,
I am trying to do wiring between a portlet and a portlet include in this first portlet (using portlet include control).
I used Portlet Include to inlcude Portlet B in Portlet A. I added a control parameter as a child of portlet include and i set the value of that parameter. I also declared a property of type string in portlet B with the same name that the control parameter in Portlet A.
But when i display the portlet, the value that i set in portlet A is not wired in portlet B.
How do you use correctly the “Control parameter” in a Portlet include ?
Thanks.