Mercurial > dive4elements > gnv-client
comparison gnv/src/main/webapp/WEB-INF/config/struts-config.xml @ 686:734e8301c9ea
Added links to reload the application and rebuild the user interface (issue13, issue18).
gnv/trunk@864 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 29 Mar 2010 10:45:08 +0000 |
parents | d3062dc8626a |
children | 2659a5b1fa1e |
comparison
equal
deleted
inserted
replaced
685:e47e6762b431 | 686:734e8301c9ea |
---|---|
203 path="/gnv/selectFis.do"/> | 203 path="/gnv/selectFis.do"/> |
204 <forward | 204 <forward |
205 name="success" | 205 name="success" |
206 path="/WEB-INF/jsp/mainlayout.jsp"/> | 206 path="/WEB-INF/jsp/mainlayout.jsp"/> |
207 </action> | 207 </action> |
208 </action-mappings> | 208 <action path="/describe" |
209 type="de.intevation.gnv.action.DescribeUIAction" | |
210 scope="request" | |
211 validate="false"> | |
212 <forward | |
213 name="back" | |
214 path="/gnv/back.do"/> | |
215 <forward | |
216 name="selectfis" | |
217 path="/gnv/selectFis.do"/> | |
218 <forward | |
219 name="success" | |
220 path="/WEB-INF/jsp/mainlayout.jsp"/> | |
221 </action> | |
222 </action-mappings> | |
209 | 223 |
210 <message-resources parameter="applicationMessages" null="false"/> | 224 <message-resources parameter="applicationMessages" null="false"/> |
211 </struts-config> | 225 </struts-config> |
212 | 226 |