Update of 
/var/cvs/contributions/CMSContainer_Portlets/portlets-dynamicforms/src/webapp/WEB-INF
In directory 
james.mmbase.org:/tmp/cvs-serv26802/portlets-dynamicforms/src/webapp/WEB-INF

Modified Files:
      Tag: b1_5
        struts-savedform.xml 
Log Message:
CMSC-1270 - Dynamic form list.jsp stacktraces and is located at the wrong 
directory. Also renamed JSP.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-dynamicforms/src/webapp/WEB-INF
See also: http://www.mmbase.org/jira/browse/CMSC-1270


Index: struts-savedform.xml
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-dynamicforms/src/webapp/WEB-INF/struts-savedform.xml,v
retrieving revision 1.1
retrieving revision 1.1.8.1
diff -u -b -r1.1 -r1.1.8.1
--- struts-savedform.xml        4 Apr 2007 12:16:53 -0000       1.1
+++ struts-savedform.xml        2 Feb 2009 14:52:07 -0000       1.1.8.1
@@ -13,13 +13,13 @@
        <action-mappings>
                <action path="/editors/savedform/ShowSavedForm" 
type="com.finalist.savedform.ShowSavedFormAction"
                        scope="request" unknown="false" validate="false">
-                       <forward name="success" 
path="/WEB-INF/templates/view/savedform/list.jsp" redirect="false" />
+                       <forward name="success" 
path="/editors/resources/responseform-list.jsp" redirect="false" />
                </action>               
                 <action path="/editors/savedform/DeleteSavedAnswer" 
type="com.finalist.savedform.DeleteSavedAnswerAction"
-            name="DeleteSecondaryContentForm" scope="request" 
input="/WEB-INF/templates/view/savedform/list.jsp" unknown="false" 
validate="false">
+            name="DeleteSecondaryContentForm" scope="request" 
input="/editors/resources/responseform-list.jsp" unknown="false" 
validate="false">
         </action>
          <action path="/editors/savedform/DeleteSavedForm" 
type="com.finalist.savedform.DeleteSavedFormAction"
-            name="DeleteSecondaryContentForm" scope="request" 
input="/WEB-INF/templates/view/savedform/list.jsp" unknown="false" 
validate="false">
+            name="DeleteSecondaryContentForm" scope="request" 
input="/editors/resources/responseform-list.jsp" unknown="false" 
validate="false">
         </action>
         <action path="/editors/savedform/DownloadSavedForm" 
type="com.finalist.savedform.DownloadSavedFormAction"
             unknown="false" validate="false">            
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to