changeset 53:db2088ac1f50

bug fixed: reset fullTextSearchPage when logout
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Mon, 01 Feb 2016 15:49:48 +0100
parents fc4ee9cc587b
children a00efd5d9e77
files src/main/java/de/mpiwg/web/jsp/SessionBean.java
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/main/java/de/mpiwg/web/jsp/SessionBean.java	Mon Feb 01 15:40:41 2016 +0100
+++ b/src/main/java/de/mpiwg/web/jsp/SessionBean.java	Mon Feb 01 15:49:48 2016 +0100
@@ -59,6 +59,7 @@
 		this.branchPage = new BranchPage();
 		
 		this.booksPage = new BooksPage();
+		this.fullTextSearchPage = new FullTextSearchPage();
 		this.topicListPage = new TopicListPage();
 		this.topicPage = new TopicPage();