> -----Original Message----- > From: Massimiliano Dessi [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, November 27, 2002 7:53 AM > To: Jetspeed Users List > Subject: Re: It is possible to refresh Portlets ? > > > I put the string <META HTTP-EQUIV=\"REFRESH\" CONTENT=0,01 > > in a get content of a portlet ,one time to force the refresh the > page,(content = specify the second after reload a page) > and remove in the the next call to the portlet. > Use a flag to verify if the string has been put in the portlet > one time, to > remove it at the second call. > Is' not a elegance method but it's the only that i found. >
You cannot have this setting per portlet. See the JR.p for page setting: ######################################### # HTTP Page header # ######################################### # http.lifetime is the lifetime of the page as set in the # HTTP Headers # -1 = Do not set cache related headers (Jetspeed 1.3a1 behavior) # 0 = set the following http headers # Cache-Control = "no-cache" # Last-Modified = (current time) # Pragma = "no-cache" # Expires = "0" # n where n is the number of seconds: # Cache-Control = "max-age: n" where n is the number of seconds # Last-Modified = (current time) # Expires = (current time + n seconds) http.lifetime=0 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>