Hello,
I have to refresh a portlet from another one
but I'm new with portlets and portals manipulations and I can't find the way to make it work.
I already searched into the forum and I found this :
function refresh_portlet()
{
var url = "<portlet:renderURL windowState="<%= LiferayWindowState.EXCLUSIVE.toString() %>"><portlet:param name="test" value="1" /></portlet:renderURL>";
AjaxUtil.update(url, "<portlet:namespace/>HelloWorld");
}
but as soon as I use "LiferayWindowState.EXCLUSIVE.toString()",
in the portlet is written "HelloWorldPortlet is temporarily unavailable."
and I can't anderstand why.
Thanks in advance for your help.
Please sign in to flag this as inappropriate.