Mercurial > dive4elements > gnv-client
comparison gnv/src/main/webapp/WEB-INF/config/struts-config.xml @ 4:72951b955f00
Basic Struts-Infrastructur Added
gnv/trunk@73 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Fri, 11 Sep 2009 15:21:58 +0000 |
parents | |
children | 65ff6fcfee0c |
comparison
equal
deleted
inserted
replaced
3:d7b4a77ba892 | 4:72951b955f00 |
---|---|
1 <?xml version="1.0" encoding="ISO-8859-1" ?> | |
2 <!DOCTYPE struts-config PUBLIC | |
3 "-//Apache Software Foundation//DTD Struts Configuration 1.2//EN" | |
4 "http://jakarta.apache.org/struts/dtds/struts-config_1_2.dtd"> | |
5 <struts-config> | |
6 <global-exceptions/> | |
7 <global-forwards> | |
8 <forward name="noSession" path="/start.do"/> | |
9 </global-forwards> | |
10 <action-mappings> | |
11 <action path="/test.do" type="de.intevation.gnv.action.ArtifactDatabaseActionBase"> | |
12 <description>General Forward</description> | |
13 <forward name="noSession" path="/WEB-INF/jsp/index.jsp"/> | |
14 </action> | |
15 </action-mappings> | |
16 </struts-config> | |
17 |