Travel Assistance applications now open for ApacheCon NA 2011

2011-06-06 Thread Rene Gielen
The Apache Software Foundation (ASF)'s Travel Assistance Committee (TAC) is now accepting applications for ApacheCon North America 2011, 7-11 November in Vancouver BC, Canada. The TAC is seeking individuals from the Apache community at-large --users, developers, educators, students, Committers, an

Re: Freemarker Template Caching

2011-06-06 Thread Maurizio Cucchiara
Be aware that as you can see in this docs [1], that struts.freemarker.templatesCache has been deprecated (and AFAIK using this property is no more used in the S2 code). [1] http://struts.apache.org/2.2.3/docs/freemarker.html#FreeMarker-Cache On 6 June 2011 21:16, wrote: > Hello, > > We have ena

RE: Freemarker Template Caching

2011-06-06 Thread Martin Gainty
// get the list of templates we can use org.apache.struts2.components.template.TemplateRenderingContext templateContext=new org.apache.struts2.components.templates.emplateRenderingContext(); List templates =templateContext.getTemplate().getPossibleTemplates(this); //find the template

Freemarker Template Caching

2011-06-06 Thread mmckenzie
Hello, We have enabled freemarker template caching by using the following settting in our struts.properties file: struts.freemarker.templatesCache=true My question is: How do we verify the cache is working? Thanks. Mitch