Author: thomas.heute(a)jboss.com
Date: 2007-12-05 16:05:44 -0500 (Wed, 05 Dec 2007)
New Revision: 9300
Modified:
tags/JBoss_Portal_2_6_3/core-admin/src/resources/portal-admin-war/WEB-INF/portlet.xml
Log:
Do not cache the page, otherwise dashbard re-org is not reflected
Modified:
tags/JBoss_Portal_2_6_3/core-admin/src/resources/portal-admin-war/WEB-INF/portlet.xml
===================================================================
---
tags/JBoss_Portal_2_6_3/core-admin/src/resources/portal-admin-war/WEB-INF/portlet.xml 2007-12-05
10:53:26 UTC (rev 9299)
+++
tags/JBoss_Portal_2_6_3/core-admin/src/resources/portal-admin-war/WEB-INF/portlet.xml 2007-12-05
21:05:44 UTC (rev 9300)
@@ -54,7 +54,7 @@
<name>default-view</name>
<value>/WEB-INF/jsf/dashboard/dashboard.xhtml</value>
</init-param>
- <expiration-cache>-1</expiration-cache>
+ <expiration-cache>0</expiration-cache>
<supports>
<mime-type>text/html</mime-type>
<portlet-mode>VIEW</portlet-mode>
Show replies by date