Index: lams_tool_wiki/web/pages/learning/notebook.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_wiki/web/pages/learning/notebook.jsp,v diff -u -r1.1 -r1.2 --- lams_tool_wiki/web/pages/learning/notebook.jsp 10 Oct 2008 04:35:04 -0000 1.1 +++ lams_tool_wiki/web/pages/learning/notebook.jsp 1 Mar 2009 02:53:58 -0000 1.2 @@ -4,14 +4,18 @@ function disableFinishButton() { document.getElementById("finishButton").disabled = true; } + function submitForm(methodName){ + var f = document.getElementById('messageForm'); + f.submit(); + }

${wikiDTO.title}

- + @@ -24,9 +28,9 @@
- - button.finish - + + button.finish +