Mercurial > dive4elements > gnv-client
comparison 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 |
comparison
equal
deleted
inserted
replaced
281:4ec95d586f31 | 282:d6c0d426e38a |
---|---|
7 <global-forwards> | 7 <global-forwards> |
8 <forward name="entrance" path="/start.do"/> | 8 <forward name="entrance" path="/start.do"/> |
9 </global-forwards> | 9 </global-forwards> |
10 | 10 |
11 <action-mappings> | 11 <action-mappings> |
12 <action path="/version" | |
13 type="de.intevation.gnv.action.ArtifactDatabaseActionBase" | |
14 scope="request" | |
15 validate="false"> | |
16 <forward | |
17 name="success" | |
18 path="/WEB-INF/jsp/version.jsp"/> | |
19 </action> | |
12 <action path="/start" | 20 <action path="/start" |
13 type="de.intevation.gnv.action.FetchArtifactFactoriesAction" | 21 type="de.intevation.gnv.action.FetchArtifactFactoriesAction" |
14 scope="request" | 22 scope="request" |
15 validate="false"> | 23 validate="false"> |
16 <forward | 24 <forward |