Index: lams_tool_forum/web/jsps/authoring/advance.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/authoring/advance.jsp,v diff -u -r1.31.2.1 -r1.31.2.2 --- lams_tool_forum/web/jsps/authoring/advance.jsp 30 Dec 2014 09:44:07 -0000 1.31.2.1 +++ lams_tool_forum/web/jsps/authoring/advance.jsp 13 Feb 2015 12:21:21 -0000 1.31.2.2 @@ -221,6 +221,9 @@ } else { maxCharacters.disabled = true; } + + // html:textarea tag does not accept maxlength attribute, so set it here + document.getElementById('reflectInstructions').setAttribute('maxlength', '255'); } initAdvanced();