>From your description is sounds like the problem is that the browser is 
>caching the entire page. You can change this behavior by either

a) setting the 'expires' header in the theme jsp
b) setting the 'expires' property for the response objhect in the portlet

I'm not sure if b will work well, so try adding this as the first line after <% 
at the top of portal-core.sar\portal-core.war\nodesk\index.jsp

response.setHeader( "expires", "0" );

This will cause the browser to make a call to the server every time a page is 
requested.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871197#3871197

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3871197


-------------------------------------------------------
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882&alloc_id=15148&op=click
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to