ktlili      2005/08/19 16:18:29 CEST

  Modified files:
    core/src/webapp/WEB-INF/etc/struts struts-config.xml 
  Log:
  - rename action
  
  Revision  Changes    Path
  1.9       +2 -2      
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.8&r2=1.9&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.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- struts-config.xml 19 Aug 2005 13:42:47 -0000      1.8
  +++ struts-config.xml 19 Aug 2005 14:18:29 -0000      1.9
  @@ -33,7 +33,7 @@
       <form-bean name="selectPartForm" 
type="org.jahia.clipbuilder.html.struts.SelectPartForm"/>
       <form-bean name="editParamForm" 
type="org.jahia.clipbuilder.html.struts.EditParamForm"/>
       <form-bean name="previewForm" 
type="org.jahia.clipbuilder.html.struts.PreviewForm"/>
  -    <form-bean name="webBrowserForm" 
type="org.jahia.clipbuilder.html.struts.webrowser.WebBrowserForm"/>
  +    <form-bean name="webBrowserForm" 
type="org.jahia.clipbuilder.html.struts.webBrowser.WebBrowserForm"/>
   
     </form-beans>
   
  @@ -222,7 +222,7 @@
         <forward name="previewTest" 
path="/saveClipper.do?webClippingAction=test"/>
       </action>
       <!-- web Browser -->
  -    <action input="/jsp/clipbuilder/html/templates/webBrowser.jsp" 
name="webBrowserForm" parameter="show" path="/webBrowser" scope="session" 
type="org.jahia.clipbuilder.html.struts.webrowser.WebBrowserAction" 
validate="true">
  +    <action input="/jsp/clipbuilder/html/templates/webBrowser.jsp" 
name="webBrowserForm" parameter="show" path="/webBrowser" scope="session" 
type="org.jahia.clipbuilder.html.struts.webBrowser.WebBrowserAction" 
validate="true">
         <forward name="showError" 
path="/jsp/clipbuilder/html/defaultError.jsp"/>
         <forward name="showFrameSelection" 
path="/jsp/clipbuilder/html/frameSelection.jsp"/>
       </action>
  

Reply via email to