diff 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
line wrap: on
line diff
--- a/gnv/src/main/webapp/WEB-INF/config/struts-config.xml	Wed Jan 27 14:26:30 2010 +0000
+++ b/gnv/src/main/webapp/WEB-INF/config/struts-config.xml	Mon Feb 01 15:08:39 2010 +0000
@@ -17,6 +17,14 @@
                 name="success"
                 path="/WEB-INF/jsp/version.jsp"/>
         </action>
+        <action path="/extcall" 
+                type="de.intevation.gnv.action.mapviewer.MapViewerCallAction"
+                scope="request"
+                validate="false">
+           <forward
+                name="success"
+                path="/WEB-INF/jsp/mainlayout.jsp"/>
+        </action>
         <action path="/start" 
                 type="de.intevation.gnv.action.FetchArtifactFactoriesAction"
                 scope="request"

http://dive4elements.wald.intevation.org