dpillot     2005/12/09 12:23:07 CET

  Modified files:
    core/src/webapp/WEB-INF/etc/struts struts-config.xml 
  Log:
  added ajax action mapping to monitor processes
  
  Revision  Changes    Path
  1.13      +5 -0      
jahia/core/src/webapp/WEB-INF/etc/struts/struts-config.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/webapp/WEB-INF/etc/struts/struts-config.xml.diff?r1=1.12&r2=1.13&f=h
  
  
  
  Index: struts-config.xml
  ===================================================================
  RCS file: 
/home/cvs/repository/jahia/core/src/webapp/WEB-INF/etc/struts/struts-config.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- struts-config.xml 9 Nov 2005 16:56:48 -0000       1.12
  +++ struts-config.xml 9 Dec 2005 11:23:06 -0000       1.13
  @@ -186,6 +186,11 @@
                   validate="false">
           </action>
   
  +        <action path="/PDisp"
  +            type="org.jahia.ajax.monitors.PDisplayAction"
  +                parameter="method"
  +                validate="false">
  +        </action>
           
<!--=======================================================================-->
           <!-- ADMININSTRATION SECTION                                         
                                                   -->
           
<!--=======================================================================-->
  

Reply via email to