Index: lams_tool_forum/web/WEB-INF/struts/tiles-defs.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/WEB-INF/struts/Attic/tiles-defs.xml,v diff -u -r1.18 -r1.19 --- lams_tool_forum/web/WEB-INF/struts/tiles-defs.xml 14 Dec 2005 03:35:27 -0000 1.18 +++ lams_tool_forum/web/WEB-INF/struts/tiles-defs.xml 16 Jan 2006 00:00:49 -0000 1.19 @@ -142,7 +142,7 @@ - + Index: lams_tool_forum/web/jsps/learning/create.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/learning/create.jsp,v diff -u -r1.4 -r1.5 --- lams_tool_forum/web/jsps/learning/create.jsp 13 Jan 2006 06:16:44 -0000 1.4 +++ lams_tool_forum/web/jsps/learning/create.jsp 16 Jan 2006 00:00:49 -0000 1.5 @@ -2,7 +2,7 @@
- +
<%@ include file="/jsps/learning/message/topicform.jsp" %> Index: lams_tool_forum/web/jsps/learning/message/bodyarea.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/learning/message/bodyarea.jsp,v diff -u -r1.1 -r1.2 --- lams_tool_forum/web/jsps/learning/message/bodyarea.jsp 13 Jan 2006 06:16:44 -0000 1.1 +++ lams_tool_forum/web/jsps/learning/message/bodyarea.jsp 16 Jan 2006 00:00:49 -0000 1.2 @@ -20,6 +20,9 @@ function calculateLeft(){ if(this.value.length > limit){ this.value = this.value.substring(0,limit); + //fix a bug: when change "this.value", onchange event won't be fired any more. So this will + //manually handle onchange event. It is a kind of crack coding! + filterData(document.getElementById('messageBody'),document.getElementById('message.body__lamshidden')); }else limitCount.value = limit - this.value.length; } Index: lams_tool_forum/web/jsps/monitoring/editactivity.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/monitoring/editactivity.jsp,v diff -u -r1.5 -r1.6 --- lams_tool_forum/web/jsps/monitoring/editactivity.jsp 13 Dec 2005 06:10:40 -0000 1.5 +++ lams_tool_forum/web/jsps/monitoring/editactivity.jsp 16 Jan 2006 00:00:49 -0000 1.6 @@ -2,8 +2,6 @@
-

-

Index: lams_tool_forum/web/jsps/monitoring/instructions.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/monitoring/Attic/instructions.jsp,v diff -u -r1.4 -r1.5 --- lams_tool_forum/web/jsps/monitoring/instructions.jsp 24 Nov 2005 03:40:59 -0000 1.4 +++ lams_tool_forum/web/jsps/monitoring/instructions.jsp 16 Jan 2006 00:00:49 -0000 1.5 @@ -1,7 +1,5 @@ <%@ include file="/includes/taglibs.jsp" %> -

-

Index: lams_tool_forum/web/jsps/monitoring/updatemarks.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/monitoring/updatemarks.jsp,v diff -u -r1.4 -r1.5 --- lams_tool_forum/web/jsps/monitoring/updatemarks.jsp 24 Nov 2005 03:40:59 -0000 1.4 +++ lams_tool_forum/web/jsps/monitoring/updatemarks.jsp 16 Jan 2006 00:00:49 -0000 1.5 @@ -1,4 +1,5 @@ <%@ include file="/includes/taglibs.jsp" %> + " /> @@ -9,9 +10,9 @@ Index: lams_tool_forum/web/jsps/monitoring/viewactivity.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/monitoring/viewactivity.jsp,v diff -u -r1.3 -r1.4 --- lams_tool_forum/web/jsps/monitoring/viewactivity.jsp 13 Dec 2005 06:10:41 -0000 1.3 +++ lams_tool_forum/web/jsps/monitoring/viewactivity.jsp 16 Jan 2006 00:00:49 -0000 1.4 @@ -2,8 +2,6 @@
-

-

- + - +