diff gnv/src/main/webapp/WEB-INF/config/struts-config.xml @ 282:d6c0d426e38a

Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87 gnv/trunk@360 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Mon, 23 Nov 2009 16:30:33 +0000
parents 830f4cf0e4ab
children 14eecfde4607
line wrap: on
line diff
--- a/gnv/src/main/webapp/WEB-INF/config/struts-config.xml	Fri Nov 20 14:48:33 2009 +0000
+++ b/gnv/src/main/webapp/WEB-INF/config/struts-config.xml	Mon Nov 23 16:30:33 2009 +0000
@@ -9,6 +9,14 @@
     </global-forwards>
     
     <action-mappings>
+        <action path="/version"
+                type="de.intevation.gnv.action.ArtifactDatabaseActionBase"
+                scope="request"
+                validate="false">
+           <forward
+                name="success"
+                path="/WEB-INF/jsp/version.jsp"/>
+        </action>
         <action path="/start" 
                 type="de.intevation.gnv.action.FetchArtifactFactoriesAction"
                 scope="request"

http://dive4elements.wald.intevation.org