diff gnv/src/main/webapp/WEB-INF/config/struts-config.xml @ 12:4ebe57b170d3

Integration of moving through the Artifact-States and rendering the UI. gnv/trunk@91 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Wed, 16 Sep 2009 07:44:26 +0000
parents 65ff6fcfee0c
children 2535158e2687
line wrap: on
line diff
--- a/gnv/src/main/webapp/WEB-INF/config/struts-config.xml	Tue Sep 15 14:19:55 2009 +0000
+++ b/gnv/src/main/webapp/WEB-INF/config/struts-config.xml	Wed Sep 16 07:44:26 2009 +0000
@@ -21,6 +21,14 @@
                 name="success"
                 path="/WEB-INF/jsp/index.jsp"/>
         </action>
+        <action path="/next" 
+                type="de.intevation.gnv.action.NextArtifactStepAction"
+                scope="request"
+                validate="false">
+           <forward
+                name="success"
+                path="/WEB-INF/jsp/index.jsp"/>
+        </action>
        </action-mappings>
 </struts-config>
 

http://dive4elements.wald.intevation.org