Mercurial > dive4elements > gnv-client
comparison gnv/src/main/webapp/WEB-INF/config/struts-config.xml @ 29:bba8fd97e549
Export and Diagrammoptions integrated into GUI
gnv/trunk@133 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Fri, 25 Sep 2009 07:28:49 +0000 |
parents | 4ef6e4e9ef15 |
children | 830f4cf0e4ab |
comparison
equal
deleted
inserted
replaced
28:d93ea867406b | 29:bba8fd97e549 |
---|---|
32 <action path="/out" | 32 <action path="/out" |
33 type="de.intevation.gnv.action.DoOutputAction" | 33 type="de.intevation.gnv.action.DoOutputAction" |
34 scope="request" | 34 scope="request" |
35 validate="false"> | 35 validate="false"> |
36 </action> | 36 </action> |
37 <action path="/export" | |
38 type="de.intevation.gnv.action.DoExportAction" | |
39 scope="request" | |
40 validate="false"> | |
41 </action> | |
42 <action path="/changeOptions" | |
43 type="de.intevation.gnv.action.ChangeOptionsAction" | |
44 scope="request" | |
45 validate="false"> | |
46 <forward | |
47 name="success" | |
48 path="/WEB-INF/jsp/mainlayout.jsp"/> | |
49 </action> | |
37 </action-mappings> | 50 </action-mappings> |
38 | 51 |
39 <message-resources parameter="applicationMessages" null="false"/> | 52 <message-resources parameter="applicationMessages" null="false"/> |
40 </struts-config> | 53 </struts-config> |
41 | 54 |