Mercurial > dive4elements > gnv-client
comparison gnv/src/main/webapp/WEB-INF/config/struts-config.xml @ 16:4ef6e4e9ef15
Intergate the new Pageinfrastructure into the old Layout
gnv/trunk@99 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Wed, 16 Sep 2009 14:02:29 +0000 |
parents | 2535158e2687 |
children | bba8fd97e549 |
comparison
equal
deleted
inserted
replaced
15:a52aecf5bb9b | 16:4ef6e4e9ef15 |
---|---|
9 type="de.intevation.gnv.action.FetchArtifactFactoriesAction" | 9 type="de.intevation.gnv.action.FetchArtifactFactoriesAction" |
10 scope="request" | 10 scope="request" |
11 validate="false"> | 11 validate="false"> |
12 <forward | 12 <forward |
13 name="success" | 13 name="success" |
14 path="/WEB-INF/jsp/index.jsp"/> | 14 path="/WEB-INF/jsp/mainlayout.jsp"/> |
15 </action> | 15 </action> |
16 <action path="/selectArtifactFactory" | 16 <action path="/selectArtifactFactory" |
17 type="de.intevation.gnv.action.SelectArtifactFactoryAction" | 17 type="de.intevation.gnv.action.SelectArtifactFactoryAction" |
18 scope="request" | 18 scope="request" |
19 validate="false"> | 19 validate="false"> |
20 <forward | 20 <forward |
21 name="success" | 21 name="success" |
22 path="/WEB-INF/jsp/index.jsp"/> | 22 path="/WEB-INF/jsp/mainlayout.jsp"/> |
23 </action> | 23 </action> |
24 <action path="/next" | 24 <action path="/next" |
25 type="de.intevation.gnv.action.NextArtifactStepAction" | 25 type="de.intevation.gnv.action.NextArtifactStepAction" |
26 scope="request" | 26 scope="request" |
27 validate="false"> | 27 validate="false"> |
28 <forward | 28 <forward |
29 name="success" | 29 name="success" |
30 path="/WEB-INF/jsp/index.jsp"/> | 30 path="/WEB-INF/jsp/mainlayout.jsp"/> |
31 </action> | 31 </action> |
32 <action path="/out" | 32 <action path="/out" |
33 type="de.intevation.gnv.action.DoOutputAction" | 33 type="de.intevation.gnv.action.DoOutputAction" |
34 scope="request" | 34 scope="request" |
35 validate="false"> | 35 validate="false"> |
36 </action> | 36 </action> |
37 </action-mappings> | 37 </action-mappings> |
38 | |
39 <message-resources parameter="applicationMessages" null="false"/> | |
38 </struts-config> | 40 </struts-config> |
39 | 41 |