Mercurial > dive4elements > gnv-client
comparison gnv/src/main/webapp/WEB-INF/config/struts-config.xml @ 410:9602f4bffc07
Added statistic to the actions if available.
gnv/trunk@604 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 22 Jan 2010 13:58:30 +0000 |
parents | b5733f9f386b |
children | 8032da9e8b70 |
comparison
equal
deleted
inserted
replaced
409:df78178e1180 | 410:9602f4bffc07 |
---|---|
88 path="/gnv/back.do"/> | 88 path="/gnv/back.do"/> |
89 <forward | 89 <forward |
90 name="selectfis" | 90 name="selectfis" |
91 path="/gnv/selectFis.do"/> | 91 path="/gnv/selectFis.do"/> |
92 </action> | 92 </action> |
93 <action path="/statistic" | |
94 type="de.intevation.gnv.action.ShowStatisticAction" | |
95 scope="request" | |
96 validate="false"> | |
97 <forward | |
98 name="back" | |
99 path="/gnv/back.do"/> | |
100 <forward | |
101 name="selectfis" | |
102 path="/gnv/selectFis.do"/> | |
103 <forward | |
104 name="success" | |
105 path="/WEB-INF/jsp/mainlayout.jsp"/> | |
106 </action> | |
93 </action-mappings> | 107 </action-mappings> |
94 | 108 |
95 <message-resources parameter="applicationMessages" null="false"/> | 109 <message-resources parameter="applicationMessages" null="false"/> |
96 </struts-config> | 110 </struts-config> |
97 | 111 |