Project

General

Profile

« Previous | Next » 

Revision 1bc25606

Added by Andreas Kohlbecker over 5 years ago

ref #7870 clearing the session to wipe out any left overs from previous usage of the session in handleViewEntered

View differences:

src/main/java/eu/etaxonomy/vaadin/mvp/AbstractPresenter.java
171 171
	 * are managed through the {@link NavigationManagerBean}
172 172
	 */
173 173
	public void handleViewEntered() {
174
        // fist of all clear the session to wipe out any left overs from previous usage of the session
175
        // this can happen if not all operations within a session are cleaned up correctly in
176
        // turn of an exception
177
        getSession().clear();
174 178
	}
175 179

  
176 180
    /**

Also available in: Unified diff