Mercurial > dive4elements > gnv-client
comparison gnv/src/main/webapp/WEB-INF/config/struts-config.xml @ 568:f21ad239c748
Repaired step-back history.
gnv/trunk@683 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 12 Feb 2010 11:16:33 +0000 |
parents | 5aea89b9a350 |
children | 9a5e50e7afaa |
comparison
equal
deleted
inserted
replaced
567:83ff52574604 | 568:f21ad239c748 |
---|---|
57 scope="request" | 57 scope="request" |
58 validate="false"> | 58 validate="false"> |
59 <forward | 59 <forward |
60 name="success" | 60 name="success" |
61 path="/WEB-INF/jsp/mainlayout.jsp"/> | 61 path="/WEB-INF/jsp/mainlayout.jsp"/> |
62 <forward | |
63 name="back" | |
64 path="/gnv/back.do"/> | |
65 <forward | |
66 name="selectfis" | |
67 path="/gnv/selectFis.do"/> | |
62 </action> | 68 </action> |
63 <action path="/selectFis" | 69 <action path="/selectFis" |
64 type="de.intevation.gnv.action.SelectFisAction" | 70 type="de.intevation.gnv.action.SelectFisAction" |
65 scope="request" | 71 scope="request" |
66 validate="false"> | 72 validate="false"> |