From b3893699ae41dc3b56d541caa7916da3a20c14fb Mon Sep 17 00:00:00 2001 From: Musachy Barroso Date: Tue, 25 Sep 2007 13:20:55 +0000 Subject: [PATCH] Make cache="true" the default for the head tag git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@579235 13f79535-47bb-0310-9956-ffa450edef68 --- plugins/dojo/src/main/resources/template/ajax/head.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/dojo/src/main/resources/template/ajax/head.ftl b/plugins/dojo/src/main/resources/template/ajax/head.ftl index 42ede8d09..b063a3f2a 100644 --- a/plugins/dojo/src/main/resources/template/ajax/head.ftl +++ b/plugins/dojo/src/main/resources/template/ajax/head.ftl @@ -53,7 +53,7 @@ <#assign dojoFile="dojo.js.uncompressed.js"> -<#if parameters.cache?default(false)> +<#if parameters.cache?default(true)> <#assign profile="struts_"> <#else> <#assign profile="">