Mercurial > dive4elements > gnv-client
comparison gnv/src/main/webapp/WEB-INF/config/struts-config.xml @ 571:f2ba58011a2d
Added histogram option panel. Show chart/histogram options panel after the user selected chart or histogram. Moved options panel beneath action panel.
gnv/trunk@699 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 23 Feb 2010 10:36:02 +0000 |
parents | cbd397712ecf |
children | 3f7bbc6dc751 |
comparison
equal
deleted
inserted
replaced
570:cbd397712ecf | 571:f2ba58011a2d |
---|---|
138 path="/gnv/back.do"/> | 138 path="/gnv/back.do"/> |
139 <forward | 139 <forward |
140 name="selectfis" | 140 name="selectfis" |
141 path="/gnv/selectFis.do"/> | 141 path="/gnv/selectFis.do"/> |
142 </action> | 142 </action> |
143 <action path="/chart" | |
144 type="de.intevation.gnv.action.CreateChartAction" | |
145 scope="request" | |
146 validate="false"> | |
147 <forward | |
148 name="success" | |
149 path="/WEB-INF/jsp/mainlayout.jsp"/> | |
150 <forward | |
151 name="back" | |
152 path="/gnv/back.do"/> | |
153 <forward | |
154 name="selectfis" | |
155 path="/gnv/selectFis.do"/> | |
156 </action> | |
143 <action path="/statistic" | 157 <action path="/statistic" |
144 type="de.intevation.gnv.action.ShowStatisticAction" | 158 type="de.intevation.gnv.action.ShowStatisticAction" |
145 scope="request" | 159 scope="request" |
146 validate="false"> | 160 validate="false"> |
147 <forward | 161 <forward |