Update of /var/cvs/contributions/CMSContainer_Modules/alias/src/webapp/WEB-INF
In directory james.mmbase.org:/tmp/cvs-serv5262/alias/src/webapp/WEB-INF

Modified Files:
      Tag: b1_4
        struts-alias.xml 
Log Message:
CMSC-800 created stacking of more then 5 alias elements


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/alias/src/webapp/WEB-INF
See also: http://www.mmbase.org/jira/browse/CMSC-800


Index: struts-alias.xml
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/alias/src/webapp/WEB-INF/struts-alias.xml,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -b -r1.1 -r1.1.2.1
--- struts-alias.xml    24 Dec 2007 13:43:49 -0000      1.1
+++ struts-alias.xml    17 Mar 2008 12:28:40 -0000      1.1.2.1
@@ -20,17 +20,20 @@
                        <forward name="returnurl" 
path="/editors/alias/AliasCreate.do" redirect="false" />
                        <forward name="cancel" path="/editors/empty.html" 
redirect="true" />
                        <forward name="success" 
path="/editors/alias/refreshandshow.jsp" redirect="false" />
+                       <forward name="stacked" 
path="/editors/alias/stacked.jsp" redirect="false" />
                </action>
                <action path="/editors/alias/AliasEdit" 
type="com.finalist.cmsc.alias.forms.AliasEdit" unknown="false"
                        validate="false">
                        <forward name="openwizard" 
path="/editors/WizardInitAction.do" redirect="false" />
                        <forward name="returnurl" 
path="/editors/alias/AliasEdit.do" redirect="false" />
                        <forward name="success" 
path="/editors/alias/refreshandshow.jsp" redirect="false" />
+                       <forward name="stacked" 
path="/editors/alias/stacked.jsp" redirect="false" />
                </action>
                <action path="/editors/alias/AliasDelete" 
type="com.finalist.cmsc.alias.forms.AliasDelete"
                        unknown="false" validate="false">
                        <forward name="delete" 
path="/editors/alias/aliasdelete.jsp" redirect="false" />
                        <forward name="success" 
path="/editors/site/refreshpages.jsp" redirect="false" />
+                       <forward name="stacked" 
path="/editors/alias/stacked.jsp" redirect="false" />
                </action>
 
     </action-mappings>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to