Re: Reloading certain things in cahce

2006-07-04 Thread Laurie Harper
Fredrik Andersson wrote: Hi all I'm using getRequest().getSession().setAttribute(org.apache.struts.Globals.LOCALE_KEY, new java.util.Locale("sv","SV") ); To change the language on my page (using struts i18n internationalization). Now my page is storing the pages inside it's cache and I was woun

Reloading certain things in cahce

2006-06-29 Thread Fredrik Andersson
Hi all I'm using getRequest().getSession().setAttribute(org.apache.struts.Globals.LOCALE_KEY, new java.util.Locale("sv","SV") ); To change the language on my page (using struts i18n internationalization). Now my page is storing the pages inside it's cache and I was woundering if I somehow can cle