Mercurial > hg > LGServices
diff src/main/java/de/mpiwg/web/jsp/SessionBean.java @ 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 | 9dbbbfd474f4 |
| children | b8ad346e39a0 |
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();
