Mercurial > dive4elements > gnv-client
diff 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 |
line wrap: on
line diff
--- a/gnv/src/main/webapp/WEB-INF/config/struts-config.xml Fri Feb 12 09:29:54 2010 +0000 +++ b/gnv/src/main/webapp/WEB-INF/config/struts-config.xml Fri Feb 12 09:55:59 2010 +0000 @@ -25,6 +25,14 @@ name="success" path="/WEB-INF/jsp/mainlayout.jsp"/> </action> + <action path="/mvcall" + type="de.intevation.gnv.action.mapviewer.ShowMapViewerCallBodyAction" + scope="request" + validate="false"> + <forward + name="success" + path="/WEB-INF/jsp/mainlayout.jsp"/> + </action> <action path="/start" type="de.intevation.gnv.action.FetchArtifactFactoriesAction" scope="request"