Index: lams_tool_forum/src/java/org/lamsfoundation/lams/tool/forum/web/controller/LearningController.java =================================================================== diff -u -rb71c9cb2f96eb891545d32aaca8904051d1e00d5 -r9a66ee651d79f26996ac722785f9701a67b3eb6a --- lams_tool_forum/src/java/org/lamsfoundation/lams/tool/forum/web/controller/LearningController.java (.../LearningController.java) (revision b71c9cb2f96eb891545d32aaca8904051d1e00d5) +++ lams_tool_forum/src/java/org/lamsfoundation/lams/tool/forum/web/controller/LearningController.java (.../LearningController.java) (revision 9a66ee651d79f26996ac722785f9701a67b3eb6a) @@ -169,7 +169,7 @@ sessionMap.put(ForumConstants.ATTR_FORUM_ID, forumId); sessionMap.put(ForumConstants.ATTR_FORUM_UID, forum.getUid()); sessionMap.put(ForumConstants.ATTR_USER_UID, forumUser.getUid()); - sessionMap.put(ForumConstants.ATTR_FINISHED_LOCK, new Boolean(lock)); + sessionMap.put(ForumConstants.ATTR_FINISHED_LOCK, lock); sessionMap.put(ForumConstants.ATTR_LOCK_WHEN_FINISHED, forum.getLockWhenFinished()); sessionMap.put(ForumConstants.ATTR_USER_FINISHED, forumUser.isSessionFinished()); sessionMap.put(ForumConstants.ATTR_ALLOW_EDIT, forum.isAllowEdit()); Index: lams_tool_forum/web/jsps/learning/message/msgview.jsp =================================================================== diff -u -rb71c9cb2f96eb891545d32aaca8904051d1e00d5 -r9a66ee651d79f26996ac722785f9701a67b3eb6a --- lams_tool_forum/web/jsps/learning/message/msgview.jsp (.../msgview.jsp) (revision b71c9cb2f96eb891545d32aaca8904051d1e00d5) +++ lams_tool_forum/web/jsps/learning/message/msgview.jsp (.../msgview.jsp) (revision 9a66ee651d79f26996ac722785f9701a67b3eb6a) @@ -179,20 +179,22 @@ · - + <%-- Reply Button. Must have class replybutton so that the button is hidden when the user reaches the maximum number of posts. See $('#messageForm').submit() --%> + learning/newReplyTopic.do?sessionMapID=${sessionMapID}&parentID=${msgDto.message.uid}&rootUid=${sessionMap.rootUid}&hideReflection=${sessionMap.hideReflection} - · + class="comment replybutton"> + + · learning/editTopic.do?sessionMapID=${sessionMapID}&topicID=${msgDto.message.uid}&rootUid=${sessinoMap.rootUid}&create=${msgDto.message.created.time}&hideReflection=${sessionMap.hideReflection} Index: lams_tool_forum/web/jsps/learning/message/topiclist.jsp =================================================================== diff -u -rb71c9cb2f96eb891545d32aaca8904051d1e00d5 -r9a66ee651d79f26996ac722785f9701a67b3eb6a --- lams_tool_forum/web/jsps/learning/message/topiclist.jsp (.../topiclist.jsp) (revision b71c9cb2f96eb891545d32aaca8904051d1e00d5) +++ lams_tool_forum/web/jsps/learning/message/topiclist.jsp (.../topiclist.jsp) (revision 9a66ee651d79f26996ac722785f9701a67b3eb6a) @@ -14,7 +14,7 @@ - +