Author: dpillot Date: Mon Sep 24 14:14:39 2007 New Revision: 1246 URL: https://svndev.jahia.net/websvn/listing.php?sc=3D1&rev=3D1246&repname= =3Dcorporate_portal_templates Log: added cache support on v1 et V2,fix rbundles =
http://www.jahia.net/jira/browse/TEMPLATES-307 Modified: branches/JAHIA-5-0-SP-BRANCH/src/view/jsp/include/groupsContainer.inc branches/JAHIA-5-0-SP-BRANCH/src/view/jsp/include/usersContainer.inc Modified: branches/JAHIA-5-0-SP-BRANCH/src/view/jsp/include/groupsContainer= .inc URL: https://svndev.jahia.net/websvn/diff.php?path=3D/branches/JAHIA-5-0-SP= -BRANCH/src/view/jsp/include/groupsContainer.inc&rev=3D1246&repname=3Dcorpo= rate_portal_templates =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/view/jsp/include/groupsContainer.inc (= original) +++ branches/JAHIA-5-0-SP-BRANCH/src/view/jsp/include/groupsContainer.inc M= on Sep 24 14:14:39 2007 @@ -1,4 +1,4 @@ -<%-- +<%@ page import=3D"org.jahia.taglibs.container.ContainerTag" %><%-- Copyright 2002-2006 Jahia Ltd = Licensed under the JAHIA COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (JCDD= L), = @@ -15,6 +15,8 @@ See the License for the specific language governing permissions and = limitations under the License. --%><% + //remove cache on this datas + ContainerTag.disableCache(pageContext); // the query from the user's request String groupQueryString =3D request.getParameter("groupquery_" + id); String gdisplay =3D request.getParameter("grouplistsize_" + id); Modified: branches/JAHIA-5-0-SP-BRANCH/src/view/jsp/include/usersContainer.= inc URL: https://svndev.jahia.net/websvn/diff.php?path=3D/branches/JAHIA-5-0-SP= -BRANCH/src/view/jsp/include/usersContainer.inc&rev=3D1246&repname=3Dcorpor= ate_portal_templates =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/view/jsp/include/usersContainer.inc (o= riginal) +++ branches/JAHIA-5-0-SP-BRANCH/src/view/jsp/include/usersContainer.inc Mo= n Sep 24 14:14:39 2007 @@ -1,4 +1,4 @@ -<%-- +<%@ page import=3D"org.jahia.taglibs.container.ContainerTag" %><%-- Copyright 2002-2006 Jahia Ltd = Licensed under the JAHIA COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (JCDD= L), = @@ -15,6 +15,8 @@ See the License for the specific language governing permissions and = limitations under the License. --%><% + //remove cache on this datas + ContainerTag.disableCache(pageContext); // the query from the user assumed edit context String userQueryString =3D request.getParameter("userquery_" + id); String udisplay =3D request.getParameter("userlistsize_" + id); _______________________________________________ cvs_list mailing list [email protected] http://lists.jahia.org/cgi-bin/mailman/listinfo/cvs_list
