This is used to generate the list of files present in an archive generated by the export portfolio function.In its initial form it output a plain text list of files in the archive.At some later stage this may need to be in XML format.
modified implementaion of getFileUploadedBySession to return a SortedMap instead of a Map.The SortedMap is sorted using the LastNameAlphabeticComparator.
modified method signature getFilesUploadedBySession to return a SortedMap instead of a Map.This was done to ensure a consistent order when displaying files.
continued improvements on the q/a tool restructured folders modeling after mcq tool added separate web layer jsp folders for different modules recreated web.xml modified struts-config.xml replaced old tags in the jsps with web.xml based logical tag names improved fonts and general formatting Custom Struts Exception Handler added new resource definitions added
continued improvements on the q/a tool restructured folders modeling after mcq tool added separate web layer jsp folders for different modules recreated web.xml modified struts-config.xml replaced old tags in the jsps with web.xml based logical tag names improved fonts and general formatting Custom Struts Exception Handler added new resource definitions added
continued improvements on the q/a tool restructured folders modeling after mcq tool added separate web layer jsp folders for different modules recreated web.xml modified struts-config.xml replaced old tags in the jsps with web.xml based logical tag names improved fonts and general formatting Custom Struts Exception Handler added new resource definitions added
continued improvements on the q/a tool restructured folders modeling after mcq tool added separate web layer jsp folders for different modules recreated web.xml modified struts-config.xml replaced old tags in the jsps with web.xml based logical tag names improved fonts and general formatting Custom Struts Exception Handler added
Tweaked how the preview deletion is called (now calls the web layer of monitoring not the service directly - if it calls the service then the spring context doesn't contain all the tool details.)Also changed jsps to use the lams custom tags.