Update of 
/var/cvs/contributions/CMSContainer/cmsc/sitemanagement/src/webapp/WEB-INF
In directory 
james.mmbase.org:/tmp/cvs-serv3805/cmsc/sitemanagement/src/webapp/WEB-INF

Modified Files:
        struts-site.xml 
Log Message:
CMSC-1167 Add "Click to page" option to the RelatedContentPortlet


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/sitemanagement/src/webapp/WEB-INF
See also: http://www.mmbase.org/jira/browse/CMSC-1167


Index: struts-site.xml
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/sitemanagement/src/webapp/WEB-INF/struts-site.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- struts-site.xml     25 Mar 2009 08:20:05 -0000      1.11
+++ struts-site.xml     29 Apr 2009 07:51:16 -0000      1.12
@@ -105,6 +105,12 @@
             <set-property property="strictPageOnly" value="true" />
             <forward name="success" 
path="/editors/site/select/selectorpopup.jsp" redirect="false"/>
         </action>
+        <action path="/editors/site/select/SelectorRelatedpage" 
type="com.finalist.cmsc.navigation.select.forms.SelectorAction"
+                unknown="false" 
className="com.finalist.cmsc.navigation.select.forms.SelectorPageActionMapping">
+            <set-property property="linkPattern" 
value="selectedpage.jsp?page={0}&amp;path={1}&amp;related=true"/>
+            <set-property property="strictPageOnly" value="true" />
+            <forward name="success" 
path="/editors/site/select/selectorpopup.jsp?related=true" redirect="false"/>
+        </action>
 
         <!-- ==== Security role management ==== -->
 
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to