comparison gnv/src/main/webapp/WEB-INF/config/struts-config.xml @ 558:8032da9e8b70

Added further business logic for the MapViewer-Interface gnv/trunk@654 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Mon, 01 Feb 2010 15:08:39 +0000
parents 9602f4bffc07
children 5aea89b9a350
comparison
equal deleted inserted replaced
415:9f4a0b990d27 558:8032da9e8b70
14 scope="request" 14 scope="request"
15 validate="false"> 15 validate="false">
16 <forward 16 <forward
17 name="success" 17 name="success"
18 path="/WEB-INF/jsp/version.jsp"/> 18 path="/WEB-INF/jsp/version.jsp"/>
19 </action>
20 <action path="/extcall"
21 type="de.intevation.gnv.action.mapviewer.MapViewerCallAction"
22 scope="request"
23 validate="false">
24 <forward
25 name="success"
26 path="/WEB-INF/jsp/mainlayout.jsp"/>
19 </action> 27 </action>
20 <action path="/start" 28 <action path="/start"
21 type="de.intevation.gnv.action.FetchArtifactFactoriesAction" 29 type="de.intevation.gnv.action.FetchArtifactFactoriesAction"
22 scope="request" 30 scope="request"
23 validate="false"> 31 validate="false">

http://dive4elements.wald.intevation.org