1 Reply Latest reply on Jul 22, 2008 4:42 PM by zicolino

    exchange with WSRP

    cedseat

      Hello,

      Is it possible to send parameters to a WSRP? Or share a session?

      I try to manage a portal with a context (a number). When I call a WSRP, I would like to transmit this context to the WSRP.

      I tested in local and with the Navigation.getPortalRuntimeContext().getSession(). I managed to exchange information between local portlets. But the Navigation.getPortalRuntimeContext().getSession() not run with WSRP because the WSRP is executed in another JVM.