Author: julien(a)jboss.com
Date: 2007-04-08 08:59:16 -0400 (Sun, 08 Apr 2007)
New Revision: 6956
Modified:
trunk/core/src/resources/portal-core-war/WEB-INF/jboss-portlet.xml
Log:
mark the catalog portlet as not asynch as it provides links to pages.
Modified: trunk/core/src/resources/portal-core-war/WEB-INF/jboss-portlet.xml
===================================================================
--- trunk/core/src/resources/portal-core-war/WEB-INF/jboss-portlet.xml 2007-04-08 12:54:10
UTC (rev 6955)
+++ trunk/core/src/resources/portal-core-war/WEB-INF/jboss-portlet.xml 2007-04-08 12:59:16
UTC (rev 6956)
@@ -51,8 +51,13 @@
</script>
</header-content>
</portlet>
+
+ <!-- We don't want the catalog portlet to be asynchronous as it targets the
whole page -->
<portlet>
<portlet-name>CatalogPortlet</portlet-name>
+ <ajax>
+ <asynchronous>false</asynchronous>
+ </ajax>
<transaction>
<trans-attribute>Required</trans-attribute>
</transaction>
Show replies by date