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

Modified Files:
        struts-openoffice.xml 
Log Message:
CMSC-472.
Add enter point in content.jsp.
implement Openoffice export function ,server side function.


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


Index: struts-openoffice.xml
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/openofficeintegration/src/webapp/WEB-INF/struts-openoffice.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- struts-openoffice.xml       21 Jan 2008 07:35:30 -0000      1.2
+++ struts-openoffice.xml       22 Jan 2008 10:26:11 -0000      1.3
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1" ?>
+<?xml version="1.0" encoding="ISO-8859-1" ?>
 <!DOCTYPE struts-config PUBLIC
         "-//Apache Software Foundation//DTD Struts Configuration 1.2//EN"
         "http://struts.apache.org/dtds/struts-config_1_2.dtd";>
@@ -19,7 +19,8 @@
             <forward name="success" 
path="/editors/upload/display_unsaved_files.do"/>
         </action>
 
-        <action path="/editors/upload/display_unsaved_files" 
type="com.finalist.cmsc.openoffice.forms.UnSavedFilesDisplayAction"
+        <action path="/editors/upload/display_unsaved_files"
+                
type="com.finalist.cmsc.openoffice.forms.UnSavedFilesDisplayAction"
                 unknown="false" validate="false">
             <forward name="success" path="/editors/repository/uploadodt.jsp"/>
         </action>
@@ -30,16 +31,17 @@
             <forward name="success" 
path="/editors/upload/display_unsaved_files.do"/>
         </action>
 
-        <action path="/editors/upload/OdtStore" 
type="com.finalist.cmsc.openoffice.forms.OODocStoreAction" unknown="false"
+        <action path="/editors/upload/OdtStore" 
type="com.finalist.cmsc.openoffice.forms.OODocStoreAction"
+                unknown="false"
                 validate="false">
             <!--forward name="success" 
path="/editors/repository/uploadodt.jsp" redirect="false" /-->
             <forward name="success" path="/editors/repository/Content.do" 
redirect="true"/>
             <forward name="edit" path="/editors/WizardInitAction.do" 
redirect="true"/>
         </action>
-
         <action path="/editors/upload/AddSingle" 
type="com.finalist.cmsc.openoffice.forms.AddSingleAction"
                 unknown="false" validate="false">
-            <forward name="success" 
path="/editors/repository/singleupload.jsp"/>
+            <forward name="success" path="/editors/upload/OdtStore.do"/>
         </action>
     </action-mappings>
+    <message-resources parameter="cmcs-openoffice" key="OPENOFFICE"/>
 </struts-config>
\ No newline at end of file
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to