repeated the same process done for q/a for mcq: switched to JSP 2.0 / Servlet 2.4 / JSTL 1.1 organized q/a's web.xml based on lams central web.xml made sure web.xml is valid and Eclipse has no formatting warnings added GPL license notices to files tested and made some modifications to jsps in relation to JSTL upgrade
same things done for q/a project: Switched to JSP 2.0 / Servlet 2.4 / JSTL 1.1 Organized q/a's web.xml based on lams central web.xml Made sure web.xml is valid and Eclipse has no formatting warnings Added GPL license notices to files
Switched to JSP 2.0 / Servlet 2.4 / JSTL 1.1 Organized q/a's web.xml based on lams central web.xml Made sure web.xml is valid and Eclipse has no formatting warnings Added GPL license notices to files
Code had been made re-entrant so that class could be singleton, but the validation list definition had not been moved into the validate method, and hence there was still a chance that two simultaneous calls could affect each other's validation messages. (So not quite 100% re-entrant.) Has now been moved.
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.