See below for comments DeepSangeet wrote:
> Hi > I am newbie to this technology. > Well I want to referesh my browser after say 60secs to my RSS and Dynamic > Portlets. > I have only changed the following parameter from > JetspeedResources.properties: > > daemon.diskcachedaemon.interval=60 > daemon.feeddaemon.onstartup=true > ...................................... > daemon.badurlmanagerdaemon.interval=60 > ...................................... > services.Registry.refreshRate=60 > ...................................... > http.lifetime=0 > > I have found that my registry feed_local.xreg gets referesh after every 60 > secs and my log file also gets refresh after 60 secs. But my browser doesn't > get refresh!!! > That is correct, based on the above entries. > Can you please help me to know, do I have to make any more changes somewhere > or do I need to write any code with the portlet to get my browser refresh > after 60secs? > Infact, I have checked the source of my browser HTML page and I couldn't > find the tag <META http-equiv=refresh content=60>!!! Do I need to make some > changes somewhere to reflect this <META..> tag in the browser HTML source > page?? I believe it is somewhere in vm file which genetrates the HTML > content. > To send meta tags to the browser, edit <jetspeed-home>/WEB-INF/templates/vm/layouts/html/default.vm. A word of caution: This will affect EVERY page Jetspeed sends to an html browser. By setting a refresh, the browser will do reload the page regardless of what the user is doing! > I shall be highly obliged for your kind response. > Regards > Deep > > Paul Spencer -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
