Giuseppe Cera:
Thanks for the attention Roman!
I have two problems:
1)I want to call the portlet from a server with an url in order to send some parameters.
My problem is to find an url defines the portlet.
PortletURL actionURL = renderResponse.createActionURL();
Does that help you?
Giuseppe Cera:
2)I must call a portlet from a page of portal contains the portlet itself
Thanks.
See the actionURL-Tag:
<a href="<portlet:actionURL>
<portlet:param name="struts_action" value="/ext/helloworldportlet/update_layout" />
<portlet:param name="<%=ActionConstants.CMD %>" value="<%=ActionConstants.MINIMIZE %>" />
<portlet:param name="portletid" value="EXT_HELLOWORLDPORTLET2" />
</portlet:actionURL>">minimize it</a>.
With the portletid Parameter you can reference another portlet.
Please sign in to flag this as inappropriate.