Mercurial > dive4elements > gnv-client
comparison gnv/src/main/webapp/WEB-INF/config/struts-config.xml @ 569:9a5e50e7afaa
Added action and jsp for rendering histograms.
gnv/trunk@687 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 15 Feb 2010 11:42:29 +0000 |
parents | f21ad239c748 |
children | cbd397712ecf |
comparison
equal
deleted
inserted
replaced
568:f21ad239c748 | 569:9a5e50e7afaa |
---|---|
110 path="/gnv/back.do"/> | 110 path="/gnv/back.do"/> |
111 <forward | 111 <forward |
112 name="selectfis" | 112 name="selectfis" |
113 path="/gnv/selectFis.do"/> | 113 path="/gnv/selectFis.do"/> |
114 </action> | 114 </action> |
115 <action path="/histogram" | |
116 type="de.intevation.gnv.action.CreateHistogramAction" | |
117 scope="request" | |
118 validate="false"> | |
119 <forward | |
120 name="success" | |
121 path="/WEB-INF/jsp/mainlayout.jsp"/> | |
122 <forward | |
123 name="back" | |
124 path="/gnv/back.do"/> | |
125 <forward | |
126 name="selectfis" | |
127 path="/gnv/selectFis.do"/> | |
128 </action> | |
115 <action path="/statistic" | 129 <action path="/statistic" |
116 type="de.intevation.gnv.action.ShowStatisticAction" | 130 type="de.intevation.gnv.action.ShowStatisticAction" |
117 scope="request" | 131 scope="request" |
118 validate="false"> | 132 validate="false"> |
119 <forward | 133 <forward |