You can set a refresh command (you have to do this each time) on the browser through the Response header. So the thing to do is to have a pipeline that sets this on the response header. This would work for doing auto refresh for the entire application. If you want to get to Portlet specific, now you have to handle if you want the info refreshed for each Portlet individually, because each of them is going to get rendered. I suspect you are doing some kind of data gathering within the rendering of each portlet, if you need the information refreshed...
---------- Rango Keshavan > -----Original Message----- > From: Balaji Chandrasekaran [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 16, 2006 8:19 AM > To: Jetspeed Users List; Jetspeed Developers List > Subject: RE: Refreshing portlets individually > > > Hi Keshavan, > > Thanks for your response. Please elaborate on your suggestion and give > your inputs on refreshing the individual portlet at client/browser > level. > > Regards, > Balaji Chandrasekaran > > -----Original Message----- > From: Keshavan, Rango [mailto:[EMAIL PROTECTED] > > Sent: Thursday, February 16, 2006 6:43 PM > To: Jetspeed Users List; Jetspeed Developers List > Subject: RE: Refreshing portlets individually > > What you can do is fake it. You create a valve that will set the > minimum refresh rate (from all the individual refresh rates) on the > entire application. Then you can set individual refresh rates in each > Portlet, and in the render method, check to see if it's time to refresh > that Portlet upon each invocation. It would mean persisting some kind > timing information for each Portlet, also, so that you keep track of the > last refresh on the Portlet, etc... > > > > > -----Original Message----- > > From: Balaji Chandrasekaran [mailto:[EMAIL PROTECTED] > > Sent: Thursday, February 16, 2006 6:07 AM > > To: Jetspeed Users List; Jetspeed Developers List > > Subject: Refreshing portlets individually > > > > > > > > Hi all, > > > > > > > > > > > > > > Is there any way to refresh the portlets individually in Jetspeed? Pls > > reply ASAP as this the urgent requirement > > > > > > > > > > > > > > Regards, > > > > > Balaji Chandrasekaran > > > > > > > > > > > > ------------------------------------------------------------------------ > -- > > ------------------- > > This message, including any attachments, contains confidential > information > > intended for a specific individual and purpose, and is intended for > the > > addressee only. Any unauthorized disclosure, use, dissemination, > copying, > > or distribution of this message or any of its attachments or the > > information contained in this e-mail, or the taking of any action > based on > > it, is strictly prohibited. If you are not the intended recipient, > please > > notify the sender immediately by return e-mail and delete this > message. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > ------------------------------------------------------------------------ -- > ------------------- > This message, including any attachments, contains confidential information > intended for a specific individual and purpose, and is intended for the > addressee only. Any unauthorized disclosure, use, dissemination, copying, > or distribution of this message or any of its attachments or the > information contained in this e-mail, or the taking of any action based on > it, is strictly prohibited. If you are not the intended recipient, please > notify the sender immediately by return e-mail and delete this message. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
