[Pluto 2.0] - Events and render parameters

"Nils-Helge Garli Hegvik" <[email protected]> Sun, 13 Jan 2008 11:38:00 +0100
Newsgroups gmane.comp.jakarta.pluto.user
Message-ID <[email protected]>
Hi!

I'm trying out pluto 2.0 from trunk and have embedded it in my
application. I'm having an issue with render parameters set in the
event phase not being available in the render phase. In Portlet A, I
create an event, and in Portlet B, I can see that processEvent is
invoked with the correct event. In processEvent I set a render
parameter, but when I try to access this render parameter in the
render method (with getParameter), it is always null, even though I
can see that it has been set in the url. Is this a known bug, or is it
most likely a problem with my embedded setup (which runs on jetty)?

Nils-H