Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
RE: Passing parameters between two portlet in redirect phase
Hi to All,
someone could show me how I can pass the parameters between two portlet, when I redirect one portlet to another one in different page?
I create the redirection but I'm trying to pass a parameter and I don't know how to do this step.
the method
actionResponse.setRenderParameter(); doesn't work even if put after
actionResponse.sendRedirect(redirectURL.toString());
Many thanks.
Raffaele Guasco:someone could show me how I can pass the parameters between two portlet, when I redirect one portlet to another one in different page?
Add the parameter to your redirectURL.
Hi Minhchau,
many thanks for the tip.
I tried, but I don't know how to retrieve the data in the target portlet
I used PortalUtil and I have the null value.
So I developed a different solution.
Again thanks!
many thanks for the tip.
I tried, but I don't know how to retrieve the data in the target portlet
I used PortalUtil and I have the null value.
So I developed a different solution.
Again thanks!