pvollenweider    2005/04/29 11:43:30 CEST

  Modified files:        (Branch: JAHIA-4-0-BRANCH)
    etc/struts           struts-config.xml 
  Log:
  LoQutus contribution
  
  Revision  Changes    Path
  1.7.4.2   +4 -0      jahia/etc/struts/struts-config.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/etc/struts/struts-config.xml.diff?r1=1.7.4.1&r2=1.7.4.2&f=h
  
  
  
  Index: struts-config.xml
  ===================================================================
  RCS file: /home/cvs/repository/jahia/etc/struts/Attic/struts-config.xml,v
  retrieving revision 1.7.4.1
  retrieving revision 1.7.4.2
  diff -u -r1.7.4.1 -r1.7.4.2
  --- struts-config.xml 2 Nov 2004 17:27:26 -0000       1.7.4.1
  +++ struts-config.xml 29 Apr 2005 09:43:29 -0000      1.7.4.2
  @@ -23,6 +23,8 @@
   
       <form-bean      name="adminMainForm"
                       type="org.jahia.views.administration.forms.MainForm"/>
  +    <form-bean name="genericForm" 
type="jahiatemplates.genericform.GenericForm">
  +    </form-bean>
   
     </form-beans>
   
  @@ -139,6 +141,8 @@
                   <forward name="revisionsDetail" 
path="/do/RevisionEntrySetDetail?method=revisionsDetail&amp;reloaded=yes" />
                   -->
       </action>
  +     <action path="/GenericFormHandler" 
type="jahiatemplates.genericform.GenericFormHandlerAction" name="genericForm" 
scope="request" validate="true">
  +     </action>
   
   
   
  

Reply via email to