Mercurial > dive4elements > gnv-client
comparison 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 |
comparison
equal
deleted
inserted
replaced
42:cfe6467d3b7b | 43:830f4cf0e4ab |
---|---|
2 <!DOCTYPE struts-config PUBLIC | 2 <!DOCTYPE struts-config PUBLIC |
3 "-//Apache Software Foundation//DTD Struts Configuration 1.2//EN" | 3 "-//Apache Software Foundation//DTD Struts Configuration 1.2//EN" |
4 "http://jakarta.apache.org/struts/dtds/struts-config_1_2.dtd"> | 4 "http://jakarta.apache.org/struts/dtds/struts-config_1_2.dtd"> |
5 <struts-config> | 5 <struts-config> |
6 <global-exceptions/> | 6 <global-exceptions/> |
7 <global-forwards> | |
8 <forward name="entrance" path="/start.do"/> | |
9 </global-forwards> | |
10 | |
7 <action-mappings> | 11 <action-mappings> |
8 <action path="/start" | 12 <action path="/start" |
9 type="de.intevation.gnv.action.FetchArtifactFactoriesAction" | 13 type="de.intevation.gnv.action.FetchArtifactFactoriesAction" |
10 scope="request" | 14 scope="request" |
11 validate="false"> | 15 validate="false"> |