Mercurial > dive4elements > gnv-client
comparison gnv/src/main/webapp/WEB-INF/config/struts-config.xml @ 408:b5733f9f386b
Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
gnv/trunk@594 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 22 Jan 2010 09:49:34 +0000 |
parents | 002a4d38c16d |
children | 9602f4bffc07 |
comparison
equal
deleted
inserted
replaced
407:55dae5bb76db | 408:b5733f9f386b |
---|---|
78 </action> | 78 </action> |
79 <action path="/changeOptions" | 79 <action path="/changeOptions" |
80 type="de.intevation.gnv.action.ChangeOptionsAction" | 80 type="de.intevation.gnv.action.ChangeOptionsAction" |
81 scope="request" | 81 scope="request" |
82 validate="false"> | 82 validate="false"> |
83 <forward | 83 <forward |
84 name="success" | 84 name="success" |
85 path="/WEB-INF/jsp/mainlayout.jsp"/> | 85 path="/WEB-INF/jsp/mainlayout.jsp"/> |
86 <forward | |
87 name="back" | |
88 path="/gnv/back.do"/> | |
89 <forward | |
90 name="selectfis" | |
91 path="/gnv/selectFis.do"/> | |
86 </action> | 92 </action> |
87 </action-mappings> | 93 </action-mappings> |
88 | 94 |
89 <message-resources parameter="applicationMessages" null="false"/> | 95 <message-resources parameter="applicationMessages" null="false"/> |
90 </struts-config> | 96 </struts-config> |