Mercurial > dive4elements > gnv-client
comparison gnv/src/main/webapp/WEB-INF/config/struts-config.xml @ 991:33198e55371c
Improved session handling in the gui. If a session has timed out, the user gets to the start point - the fis selection.
gnv/trunk@1192 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 10 Jun 2010 15:13:08 +0000 |
parents | cd9414538f10 |
children | 9b126bceb0b2 |
comparison
equal
deleted
inserted
replaced
990:56b22bc68dfa | 991:33198e55371c |
---|---|
167 | 167 |
168 <action path="/export" | 168 <action path="/export" |
169 type="de.intevation.gnv.action.DoExportAction" | 169 type="de.intevation.gnv.action.DoExportAction" |
170 scope="request" | 170 scope="request" |
171 validate="false"> | 171 validate="false"> |
172 <forward | |
173 name="success" | |
174 path="/WEB-INF/jsp/mainlayout.jsp"/> | |
172 </action> | 175 </action> |
173 <action path="/changeOptions" | 176 <action path="/changeOptions" |
174 type="de.intevation.gnv.action.ChangeOptionsAction" | 177 type="de.intevation.gnv.action.ChangeOptionsAction" |
175 scope="request" | 178 scope="request" |
176 validate="false"> | 179 validate="false"> |