comparison src/main/java/de/mpiwg/web/jsp/SessionBean.java @ 58:b8ad346e39a0

new: modify based on doc 'Improving LGServices interface.docx': user workflow improvement, functions like adding task into a topic and search suggestions.
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Mon, 02 May 2016 12:03:30 +0200
parents db2088ac1f50
children
comparison
equal deleted inserted replaced
57:5cbe567a9c52 58:b8ad346e39a0
100 100
101 this.user.setPassword(this.password); 101 this.user.setPassword(this.password);
102 this.homePage.loadParameters(request, response); 102 this.homePage.loadParameters(request, response);
103 this.homePage.reloadBranches(); 103 this.homePage.reloadBranches();
104 104
105 this.topicListPage.loadParameters(request, response);
106 this.topicListPage.reloadTopics();
105 107
106 108
107 } else { 109 } else {
108 this.user = null; 110 this.user = null;
109 111