Author: thorsten
Date: Tue Jan 29 15:29:08 2008
New Revision: 616558

URL: http://svn.apache.org/viewvc?rev=616558&view=rev
Log:
FOR-931
Adding jx:cache-key and jx:cache-validity to the default structurer files

Modified:
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common.fv
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt.fv

Modified: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common.fv
URL: 
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common.fv?rev=616558&r1=616557&r2=616558&view=diff
==============================================================================
--- 
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common.fv
 (original)
+++ 
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/common.fv
 Tue Jan 29 15:29:08 2008
@@ -17,7 +17,9 @@
 -->
 <forrest:views 
   xmlns:forrest="http://apache.org/forrest/templates/1.0";
-  xmlns:jx="http://apache.org/cocoon/templates/jx/1.0";>
+  xmlns:jx="http://apache.org/cocoon/templates/jx/1.0";
+  jx:cache-key="#{$cocoon/parameters/getRequest}" 
+  
jx:cache-validity="${Packages.org.apache.excalibur.source.impl.validity.NOPValidity()}">
 <!-- The following variables are used to contact data models and/or contracts. 
-->
   <jx:set var="contextPath" value="#{$cocoon/parameters/contextPath}"/>
   <jx:set var="getRequest" value="#{$cocoon/parameters/getRequest}"/>

Modified: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt.fv
URL: 
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt.fv?rev=616558&r1=616557&r2=616558&view=diff
==============================================================================
--- 
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt.fv 
(original)
+++ 
forrest/trunk/whiteboard/plugins/org.apache.forrest.themes.core/themes/pelt.fv 
Tue Jan 29 15:29:08 2008
@@ -16,7 +16,9 @@
   limitations under the License.
 -->
 <forrest:views xmlns:forrest="http://apache.org/forrest/templates/1.0"; 
-  xmlns:jx="http://apache.org/cocoon/templates/jx/1.0";>
+  xmlns:jx="http://apache.org/cocoon/templates/jx/1.0";
+  jx:cache-key="#{$cocoon/parameters/getRequest}" 
+  
jx:cache-validity="${Packages.org.apache.excalibur.source.impl.validity.NOPValidity()}">
 <!-- The following variables are used to contact data models and/or contracts. 
-->
   <jx:set var="contextPath" value="#{$cocoon/parameters/contextPath}"/>
   <jx:set var="getRequest" value="#{$cocoon/parameters/getRequest}"/>