comparison gnv/src/main/webapp/WEB-INF/config/struts-config.xml @ 566:5aea89b9a350

Modified the GUI that the Form with the MapViewer-Interface-Request-Body only will be shown using an explicit Action-Call. gnv/trunk@681 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Fri, 12 Feb 2010 09:55:59 +0000
parents 8032da9e8b70
children f21ad239c748
comparison
equal deleted inserted replaced
565:8355d7cacd09 566:5aea89b9a350
17 name="success" 17 name="success"
18 path="/WEB-INF/jsp/version.jsp"/> 18 path="/WEB-INF/jsp/version.jsp"/>
19 </action> 19 </action>
20 <action path="/extcall" 20 <action path="/extcall"
21 type="de.intevation.gnv.action.mapviewer.MapViewerCallAction" 21 type="de.intevation.gnv.action.mapviewer.MapViewerCallAction"
22 scope="request"
23 validate="false">
24 <forward
25 name="success"
26 path="/WEB-INF/jsp/mainlayout.jsp"/>
27 </action>
28 <action path="/mvcall"
29 type="de.intevation.gnv.action.mapviewer.ShowMapViewerCallBodyAction"
22 scope="request" 30 scope="request"
23 validate="false"> 31 validate="false">
24 <forward 32 <forward
25 name="success" 33 name="success"
26 path="/WEB-INF/jsp/mainlayout.jsp"/> 34 path="/WEB-INF/jsp/mainlayout.jsp"/>

http://dive4elements.wald.intevation.org