Mercurial > dive4elements > gnv-client
comparison 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 |
comparison
equal
deleted
inserted
replaced
718:5c36da3d9e17 | 719:3b70886b399b |
---|---|
4 "http://jakarta.apache.org/struts/dtds/struts-config_1_2.dtd"> | 4 "http://jakarta.apache.org/struts/dtds/struts-config_1_2.dtd"> |
5 <struts-config> | 5 <struts-config> |
6 <global-exceptions/> | 6 <global-exceptions/> |
7 <global-forwards> | 7 <global-forwards> |
8 <forward name="entrance" path="/start.do"/> | 8 <forward name="entrance" path="/start.do"/> |
9 <forward name="imprint" path="/imprint.do"/> | |
10 <forward name="info" path="/info.do"/> | |
9 </global-forwards> | 11 </global-forwards> |
10 | 12 |
11 <action-mappings> | 13 <action-mappings> |
14 <action path="/imprint" | |
15 type="org.apache.struts.actions.ForwardAction" | |
16 parameter="/WEB-INF/jsp/imprint.jsp" | |
17 scope="request" | |
18 validate="false" /> | |
19 <action path="/info" | |
20 type="org.apache.struts.actions.ForwardAction" | |
21 parameter="/WEB-INF/jsp/info.jsp" | |
22 scope="request" | |
23 validate="false" /> | |
12 <action path="/version" | 24 <action path="/version" |
13 type="de.intevation.gnv.action.ArtifactDatabaseActionBase" | 25 type="de.intevation.gnv.action.ArtifactDatabaseActionBase" |
14 scope="request" | 26 scope="request" |
15 validate="false"> | 27 validate="false"> |
16 <forward | 28 <forward |