Author: pvollenweider
Date: Wed Sep 19 10:52:24 2007
New Revision: 782

URL: https://svndev.jahia.net/websvn/listing.php?sc=3D1&rev=3D782&repname=
=3Dcorporate_portal_templates_v2
Log:
Remove cache on application and dav mount box

Modified:
    branches/JAHIA-5-0-SP-BRANCH/src/jsp/box/dav.inc
    branches/JAHIA-5-0-SP-BRANCH/src/jsp/box/webapps.inc

Modified: branches/JAHIA-5-0-SP-BRANCH/src/jsp/box/dav.inc
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/branches/JAHIA-5-0-SP=
-BRANCH/src/jsp/box/dav.inc&rev=3D782&repname=3Dcorporate_portal_templates_=
v2
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- branches/JAHIA-5-0-SP-BRANCH/src/jsp/box/dav.inc (original)
+++ branches/JAHIA-5-0-SP-BRANCH/src/jsp/box/dav.inc Wed Sep 19 10:52:24 20=
07
@@ -23,7 +23,7 @@
 boolean displaySubDir =3D true;
 %>
 <content:containerList name=3D'<%=3D"davContainerList" + id%>' id=3D"davCo=
ntainerList">
-    <content:container id=3D"davContainer">
+    <content:container id=3D"davContainer" cache=3D"false">
             <content:sharedLangTextField name=3D'mountPoint' id=3D"mountPo=
intBean"
             defaultValue=3D"" display=3D"false" valueId=3D"mountPointValue=
"/>
             <content:booleanField name=3D'displaySubDir' defaultValue=3D"t=
rue" display=3D"false" valueId=3D"displaySubDirValue"/>

Modified: branches/JAHIA-5-0-SP-BRANCH/src/jsp/box/webapps.inc
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/branches/JAHIA-5-0-SP=
-BRANCH/src/jsp/box/webapps.inc&rev=3D782&repname=3Dcorporate_portal_templa=
tes_v2
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- branches/JAHIA-5-0-SP-BRANCH/src/jsp/box/webapps.inc (original)
+++ branches/JAHIA-5-0-SP-BRANCH/src/jsp/box/webapps.inc Wed Sep 19 10:52:2=
4 2007
@@ -1,21 +1,21 @@
 <%--
 Copyright 2002-2006 Jahia Ltd
 =

-Licensed under the JAHIA COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (JCDD=
L), =

-Version 1.0 (the "License"), or (at your option) any later version; you ma=
y =

-not use this file except in compliance with the License. You should have =

-received a copy of the License along with this program; if not, you may ob=
tain =

-a copy of the License at =

+Licensed under the JAHIA COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (JCDD=
L),
+Version 1.0 (the "License"), or (at your option) any later version; you may
+not use this file except in compliance with the License. You should have
+received a copy of the License along with this program; if not, you may ob=
tain
+a copy of the License at
 =

  http://www.jahia.org/license/
 =

-Unless required by applicable law or agreed to in writing, software =

-distributed under the License is distributed on an "AS IS" BASIS, =

-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. =

-See the License for the specific language governing permissions and =

+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
 limitations under the License.
 --%><content:containerList name=3D'<%=3D"webapps" + id%>' id=3D"webapps"  =
parentContainerName=3D"boxContainer">
-    <content:container id=3D"webappsContainer">
+    <content:container id=3D"webappsContainer" cache=3D"false">
         <content:applicationField name=3D'webapp' id=3D"webapp" display=3D=
"false" />
         <jahiaHtml:actionMenu name=3D"webappsContainer" namePostFix=3D".we=
bapp"
             resourceBundle=3D"jahiatemplates.Corporate_portal_templates_v2=
">

_______________________________________________
cvs_list mailing list
[email protected]
http://lists.jahia.org/cgi-bin/mailman/listinfo/cvs_list

Reply via email to