Author: musachy Date: Tue Sep 25 06:20:55 2007 New Revision: 579235 URL: http://svn.apache.org/viewvc?rev=579235&view=rev Log: Make cache="true" the default for the head tag
Modified: struts/struts2/trunk/plugins/dojo/src/main/resources/template/ajax/head.ftl Modified: struts/struts2/trunk/plugins/dojo/src/main/resources/template/ajax/head.ftl URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/dojo/src/main/resources/template/ajax/head.ftl?rev=579235&r1=579234&r2=579235&view=diff ============================================================================== --- struts/struts2/trunk/plugins/dojo/src/main/resources/template/ajax/head.ftl (original) +++ struts/struts2/trunk/plugins/dojo/src/main/resources/template/ajax/head.ftl Tue Sep 25 06:20:55 2007 @@ -53,7 +53,7 @@ <#assign dojoFile="dojo.js.uncompressed.js"> </#if> -<#if parameters.cache?default(false)> +<#if parameters.cache?default(true)> <#assign profile="struts_"> <#else> <#assign profile="">