Hi guys, (Sorry for CC'ing -dev, but I never get *any* replies from -user :( )
Before every Action request, I want to send some events to some portlets, and receive and process their answers (by answers I mean the events they might set in their eventResponse objects during their processEvent method). Then I'll go ahead with the Action request, and execute container.doAction(). Note I want to trigger this events phase from the Portal Driver. Also, it's not only about sending an event, it's about receiving all the events that might be generated by the portlets as a result. I can't come up with a "clean" way to do this. So any suggestions on how to approach this? Any pointers in the right direction would be highly appreciated! Thanks, Pablo