You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2006/07/26 21:46:40 UTC

svn commit: r425817 - /portals/jetspeed-2/trunk/src/webapp/WEB-INF/assembly/ajax-layout.xml

Author: taylor
Date: Wed Jul 26 12:46:40 2006
New Revision: 425817

URL: http://svn.apache.org/viewvc?rev=425817&view=rev
Log:
To support client-side aggregation in desktop, the "sizes" property for a layout fragment will be retrieved 
from the layout-portlet init-parameters when it is not explicitly specified is the psml. 
This means that layout fragments in the GetPageAction psml response will contain a "sizes" 
property regardless of whether it is defined in the actual psml.

from Steve Milek

Modified:
    portals/jetspeed-2/trunk/src/webapp/WEB-INF/assembly/ajax-layout.xml

Modified: portals/jetspeed-2/trunk/src/webapp/WEB-INF/assembly/ajax-layout.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/src/webapp/WEB-INF/assembly/ajax-layout.xml?rev=425817&r1=425816&r2=425817&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/WEB-INF/assembly/ajax-layout.xml (original)
+++ portals/jetspeed-2/trunk/src/webapp/WEB-INF/assembly/ajax-layout.xml Wed Jul 26 12:46:40 2006
@@ -217,7 +217,10 @@
     </constructor-arg>
     <constructor-arg index='3'>
         <ref bean="PortletActionSecurityBehavior"/>        
-    </constructor-arg>    		        
+    </constructor-arg>
+    <constructor-arg index='4'>
+        <ref bean="org.apache.jetspeed.components.portletregistry.PortletRegistry"/>        
+    </constructor-arg>              
 </bean>
 
 <bean id="AjaxGetPages"



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org