Mercurial > dive4elements > gnv-client
diff gnv/src/main/webapp/WEB-INF/config/struts-config.xml @ 43:830f4cf0e4ab
Added Global Forward to determine the Start-URL of the Project. gnv/issue14
gnv/trunk@185 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Tue, 06 Oct 2009 09:23:28 +0000 |
parents | bba8fd97e549 |
children | d6c0d426e38a |
line wrap: on
line diff
--- a/gnv/src/main/webapp/WEB-INF/config/struts-config.xml Tue Oct 06 08:17:10 2009 +0000 +++ b/gnv/src/main/webapp/WEB-INF/config/struts-config.xml Tue Oct 06 09:23:28 2009 +0000 @@ -4,6 +4,10 @@ "http://jakarta.apache.org/struts/dtds/struts-config_1_2.dtd"> <struts-config> <global-exceptions/> + <global-forwards> + <forward name="entrance" path="/start.do"/> + </global-forwards> + <action-mappings> <action path="/start" type="de.intevation.gnv.action.FetchArtifactFactoriesAction"