Index: lams_tool_nb/src/java/org/lamsfoundation/lams/tool/noticeboard/web/ApplicationResources.properties
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_nb/src/java/org/lamsfoundation/lams/tool/noticeboard/web/Attic/ApplicationResources.properties,v
diff -u -r1.10 -r1.11
--- lams_tool_nb/src/java/org/lamsfoundation/lams/tool/noticeboard/web/ApplicationResources.properties 3 Aug 2005 03:12:31 -0000 1.10
+++ lams_tool_nb/src/java/org/lamsfoundation/lams/tool/noticeboard/web/ApplicationResources.properties 5 Aug 2005 01:34:23 -0000 1.11
@@ -69,4 +69,5 @@
error.mandatoryField={0} field is mandatory.
error.missingParam=Unable to continue. {0} is missing.
+error.exceedMaxFileSize=File size exceeded
error.exception.NbApplication=An internal error has occured with the Noticeboard Tool. If reporting this error, please report:
{0}
\ No newline at end of file
Index: lams_tool_nb/web/WEB-INF/struts-config.xml
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_nb/web/WEB-INF/Attic/struts-config.xml,v
diff -u -r1.9 -r1.10
--- lams_tool_nb/web/WEB-INF/struts-config.xml 3 Aug 2005 03:12:08 -0000 1.9
+++ lams_tool_nb/web/WEB-INF/struts-config.xml 5 Aug 2005 01:36:50 -0000 1.10
@@ -100,13 +100,13 @@
scope="request"
/>
@@ -115,6 +115,7 @@
type="org.lamsfoundation.lams.tool.noticeboard.web.NbAuthoringAction"
name="NbAuthoringForm"
scope="session"
+ input=".authoringContent"
parameter="method"
unknown="false"
validate="true"
@@ -134,20 +135,10 @@
scope="request"
/>
-
-