Is it possible to use an AJAX call in Portlet A to dynamically update Portlet B without refreshing the entire portal page? I am aware that portlets can refresh their content using the JSR286 resourceURL tag, but I am curious about targeting and updating a different portlet.
The goal is to prevent the need for a complete portal page refresh when performing inter-portlet communication through actionURL or events.