comparison gnv/src/main/webapp/WEB-INF/config/struts-config.xml @ 570:cbd397712ecf

Render an OpenLayers map with the layer even published after triggering shapefile and mapfile creation. gnv/trunk@698 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 22 Feb 2010 18:04:55 +0000
parents 9a5e50e7afaa
children f2ba58011a2d
comparison
equal deleted inserted replaced
569:9a5e50e7afaa 570:cbd397712ecf
91 <action path="/out" 91 <action path="/out"
92 type="de.intevation.gnv.action.DoOutputAction" 92 type="de.intevation.gnv.action.DoOutputAction"
93 scope="request" 93 scope="request"
94 validate="false"> 94 validate="false">
95 </action> 95 </action>
96 <action path="/wms"
97 type="de.intevation.gnv.action.WMSAction"
98 scope="request"
99 validate="false">
100 <forward
101 name="success"
102 path="/WEB-INF/jsp/mainlayout.jsp"/>
103 <forward
104 name="back"
105 path="/gnv/back.do"/>
106 <forward
107 name="selectfis"
108 path="/gnv/selectFis.do"/>
109 </action>
96 <action path="/export" 110 <action path="/export"
97 type="de.intevation.gnv.action.DoExportAction" 111 type="de.intevation.gnv.action.DoExportAction"
98 scope="request" 112 scope="request"
99 validate="false"> 113 validate="false">
100 </action> 114 </action>

http://dive4elements.wald.intevation.org