Hi again
Is there possibility to make an
ajax calls to one concrete servlet/ portlet
from any other portlet?
I'm asking because code below
1<portlet:actionURL name="getUserData" var="getUserData"
2 windowState="<%=LiferayWindowState.EXCLUSIVE.toString()%>">
3 <portlet:param name="ajaxAction" value="getData"></portlet:param>
4</portlet:actionURL>
creates actionURL only for portlet inside which this code has been executed - so my ajax -handling code has to belong to this porlet.
But in my case: four portlets needs the same ajax functionaity - so should the same ajax-handling code be placed in every portlet? It would be ridiculous.
Regards
Natalie
Por favor, faça login para denunciar.