comparison 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
comparison
equal deleted inserted replaced
11:3cb753564552 12:4ebe57b170d3
19 validate="false"> 19 validate="false">
20 <forward 20 <forward
21 name="success" 21 name="success"
22 path="/WEB-INF/jsp/index.jsp"/> 22 path="/WEB-INF/jsp/index.jsp"/>
23 </action> 23 </action>
24 <action path="/next"
25 type="de.intevation.gnv.action.NextArtifactStepAction"
26 scope="request"
27 validate="false">
28 <forward
29 name="success"
30 path="/WEB-INF/jsp/index.jsp"/>
31 </action>
24 </action-mappings> 32 </action-mappings>
25 </struts-config> 33 </struts-config>
26 34

http://dive4elements.wald.intevation.org