I'm sorry if this is a stupid question, however after hours of research, I was unable to find a solution to my two issues:
- Communication between portlets on the same page (using jsr286, public render parameter). The main problem here is using
AJAX
for theIPC
, so that the communication stays server-side, but the page doesn't refresh. - The second problem I have is, how do I redirect from the first to a second
jsp
page, while passing a variable back end to thejava
file of the portlet on the second page?
Any help is appreciated, thanks in advance!