a new instance of NBMonitoringForm is instantiated in the execute method to ensure that we are using a new form each time this starter action is called
modified the validate method, the validate method doesnt check whether the title or content fields are empty, because the fckeditor buts in <br> tags even when there is no content
modified the struts action "instructions": added code to initialise the attachment map, used to view the attachments that have been made with this specific tool content id
fixed the reset method (previously it wasnt defined correctly, and so it wasnt being called by the controller)the validate method now checks the filesize of the uploaded files.
made some changes to the way the authoring screen is shown.instead of having 3 separate jsp pages with 3 separate paths, combined these 3 authoring pages into the one page authorContent.jspworks the same way as the monitoring environment.removed the action forward nb_basic, nb_advanced and nb_instructions. the only forward path is now authoringContent
when dealing with the same files being uploaded, the previous code, updated teh db with the new uuid, however, it wasnt updating instead new entries were being made. Now the code is changed so that if the file already exists (ie. has been uploaded already) then it will delete previously file from content repository, save it into content repository, delete the entry in the db, and create a new entry with the new uuid