I'm using jsf p:commandLink from jQuery modal dialog. It calls an actionListener but can't update components. If I work the same button integrated within the page, it works fine. Is there any idea what should I check and how to find a problem?
<p:commandLink id="connectComp" value="connect" styleClass="iconConnect"
actionListener="#{comprecommend.connectCompetence}"
update="compRecommendGrowl :changableActivitiesRegion :RecommendedCompetencesPanel"
oncomplete="$('#accessCompetenceHereBallon .ballonMessage').trigger('pulsate');">
<f:param name="compUri" value="#{compIterator.uri}" />
</p:commandLink>