Mercurial > dive4elements > gnv-client
diff gnv/src/main/webapp/WEB-INF/config/struts-config.xml @ 13:2535158e2687
Chartoutput Added to the View
gnv/trunk@95 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Wed, 16 Sep 2009 12:41:27 +0000 |
parents | 4ebe57b170d3 |
children | 4ef6e4e9ef15 |
line wrap: on
line diff
--- a/gnv/src/main/webapp/WEB-INF/config/struts-config.xml Wed Sep 16 07:44:26 2009 +0000 +++ b/gnv/src/main/webapp/WEB-INF/config/struts-config.xml Wed Sep 16 12:41:27 2009 +0000 @@ -29,6 +29,11 @@ name="success" path="/WEB-INF/jsp/index.jsp"/> </action> + <action path="/out" + type="de.intevation.gnv.action.DoOutputAction" + scope="request" + validate="false"> + </action> </action-mappings> </struts-config>