Author: xlawrence
Date: Tue Jan 10 17:02:50 2006
New Revision: 12755

URL: https://jahia.mine.nu/websvn/listing.php?sc=1&rev=12755&repname=jahia
Log:
new Struts-Config for the new AJAX actions

Modified:
    trunk/core/src/webapp/WEB-INF/etc/struts/struts-config.xml

Modified: trunk/core/src/webapp/WEB-INF/etc/struts/struts-config.xml
URL: 
https://jahia.mine.nu/websvn/diff.php?path=/trunk/core/src/webapp/WEB-INF/etc/struts/struts-config.xml&rev=12755&repname=jahia
==============================================================================
--- trunk/core/src/webapp/WEB-INF/etc/struts/struts-config.xml (original)
+++ trunk/core/src/webapp/WEB-INF/etc/struts/struts-config.xml Tue Jan 10 
17:02:50 2006
@@ -191,6 +191,36 @@
                 parameter="method"
                 validate="false">
         </action>
+
+        <action path="/GetWorkFlowChildObjects"
+            type="org.jahia.ajax.sitemap.GetWorkFlowChildObjects"
+                parameter="method"
+                validate="false">
+        </action>
+
+        <action path="/GetWorkFlowChildObjectsEntryPoint"
+                type="org.jahia.ajax.sitemap.GetWorkflowEntryPoint"
+                parameter="method"
+                validate="false">
+        </action>
+
+        <action path="/LockWorkFlowChildObjects"
+            type="org.jahia.ajax.sitemap.LockWorkFlowChildObjects"
+                parameter="method"
+                validate="false">
+        </action>
+
+        <action path="/UnlockWorkFlowChildObjects"
+            type="org.jahia.ajax.sitemap.UnlockWorkFlowChildObjects"
+                parameter="method"
+                validate="false">
+        </action>
+
+        <action path="/GetChildPages"
+            type="org.jahia.ajax.sitemap.GetChildPages"
+                parameter="method"
+                validate="false">
+        </action>
         
<!--=======================================================================-->
         <!-- ADMININSTRATION SECTION                                           
                                           -->
         
<!--=======================================================================-->

Reply via email to