Sony Joseph wrote:

> Hi,
> 
>       For inter-portlet communication, I am using the session objects. But the
> problem is that the other portlets in the pane doesn't get refreshed and
> hence it doesn't get a chance to access the session data.
> 


That's because Jetspeed processes and lays out sequentially the portlets; thus if
you have already rendered one of the portlets and then change the session object
in the next one, it's too late...
In order to make this work, your session objects need to be manipulated from a
Turbine action executed before layout starts, you can specify such an action by
using the 'action' parameter in your request.


>       I'll try Frans's suggestion of changing the refresh rate. But wouldn't all
> the portlets get refreshed in that case which would drastically slow it
> down. Is there a way to change the refresh rate for only selected portlets
> or all the portlets in a given pane
> 


This will not work, refresh rate is used by syndicated content but not
VelocityPortlet which is currently non-cacheable.

--
Raphael Luta - [EMAIL PROTECTED]
Vivendi Universal Networks - Paris


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to