diff gnv/src/main/webapp/WEB-INF/config/struts-config.xml @ 719:3b70886b399b

Added jsp stubs for imprint and info and adjusted links in header and footer (issue225). gnv/trunk@1000 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 27 Apr 2010 12:23:40 +0000
parents 2659a5b1fa1e
children cd9414538f10
line wrap: on
line diff
--- a/gnv/src/main/webapp/WEB-INF/config/struts-config.xml	Tue Apr 27 08:44:22 2010 +0000
+++ b/gnv/src/main/webapp/WEB-INF/config/struts-config.xml	Tue Apr 27 12:23:40 2010 +0000
@@ -6,9 +6,21 @@
     <global-exceptions/>
      <global-forwards>
         <forward name="entrance" path="/start.do"/>
+        <forward name="imprint" path="/imprint.do"/>
+        <forward name="info" path="/info.do"/>
     </global-forwards>
 
     <action-mappings>
+        <action path="/imprint"
+                type="org.apache.struts.actions.ForwardAction"
+                parameter="/WEB-INF/jsp/imprint.jsp"
+                scope="request"
+                validate="false" />
+        <action path="/info"
+                type="org.apache.struts.actions.ForwardAction"
+                parameter="/WEB-INF/jsp/info.jsp"
+                scope="request"
+                validate="false" />
         <action path="/version"
                 type="de.intevation.gnv.action.ArtifactDatabaseActionBase"
                 scope="request"

http://dive4elements.wald.intevation.org