Mercurial > dive4elements > gnv-client
comparison gnv/src/main/webapp/WEB-INF/config/struts-config.xml @ 673:93b4dedc4e37
Implemented a mechanism to import artifacts from xml structured documents.
gnv/trunk@801 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 19 Mar 2010 10:04:28 +0000 |
parents | b89b31293772 |
children | d3062dc8626a |
comparison
equal
deleted
inserted
replaced
672:e9d54c989110 | 673:93b4dedc4e37 |
---|---|
52 name="success" | 52 name="success" |
53 path="/WEB-INF/jsp/mainlayout.jsp"/> | 53 path="/WEB-INF/jsp/mainlayout.jsp"/> |
54 <forward | 54 <forward |
55 name="failure" | 55 name="failure" |
56 path="/WEB-INF/jsp/mainlayout.jsp"/> | 56 path="/WEB-INF/jsp/mainlayout.jsp"/> |
57 <forward | |
58 name="back" | |
59 path="/gnv/back.do"/> | |
60 <forward | |
61 name="selectfis" | |
62 path="/gnv/selectFis.do"/> | |
57 </action> | 63 </action> |
58 <action path="/start" | 64 <action path="/start" |
59 type="de.intevation.gnv.action.FetchArtifactFactoriesAction" | 65 type="de.intevation.gnv.action.FetchArtifactFactoriesAction" |
60 scope="request" | 66 scope="request" |
61 validate="false"> | 67 validate="false"> |