comparison gnv/src/main/java/de/intevation/gnv/action/CommunicationKeys.java @ 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 89ade245ca7a
children 28a0628b11b0
comparison
equal deleted inserted replaced
990:56b22bc68dfa 991:33198e55371c
9 public class CommunicationKeys { 9 public class CommunicationKeys {
10 /** 10 /**
11 * The Key which should be used for accessing ExceptionMessages 11 * The Key which should be used for accessing ExceptionMessages
12 */ 12 */
13 public final static String REQUEST_EXCEPTION_MESSAGE_ID = "request_exception_message_id"; 13 public final static String REQUEST_EXCEPTION_MESSAGE_ID = "request_exception_message_id";
14
15
16 public final static String REQUEST_EXCEPTION_SESSION_ID = "request_exception_session_id";
14 17
15 /** 18 /**
16 * Key used to store exceptions relating to wrong user input. 19 * Key used to store exceptions relating to wrong user input.
17 */ 20 */
18 public final static String REQUEST_EXCEPTION_INPUT_ID = "request_exception_input_id"; 21 public final static String REQUEST_EXCEPTION_INPUT_ID = "request_exception_input_id";

http://dive4elements.wald.intevation.org