continued improvements on the q/a toolrestructured folders modeling after mcq tooladded separate web layer jsp folders for different modulesrecreated web.xmlmodified struts-config.xmlreplaced old tags in the jsps with web.xml based logical tag namesimproved fonts and general formattingCustom Struts Exception Handler addednew resource definitions added
continued improvements on the q/a toolrestructured folders modeling after mcq tooladded separate web layer jsp folders for different modulesrecreated web.xmlmodified struts-config.xmlreplaced old tags in the jsps with web.xml based logical tag namesimproved fonts and general formattingCustom Struts Exception Handler addednew resource definitions added
continued improvements on the q/a toolrestructured folders modeling after mcq tooladded separate web layer jsp folders for different modulesrecreated web.xmlmodified struts-config.xmlreplaced old tags in the jsps with web.xml based logical tag namesimproved fonts and general formattingCustom Struts Exception Handler added
Service bean transaction definition was missing some of the ToolContentManager and ToolSessionManager methods, so these methods were not forming part of transactions.
change the height of wyswygEditorScreenElement when doWYSWYGEditor is called. Otherwise wyswygEditorScreenElement would be too high and cover the urls or buttons under the wyswygEditorScreenElement. The URLs under the wyswygEditorScreenElement can't be clicked because the browser thinks you are clicking on the wyswygEditorScreenElement layer.
* added javascripts to detect whether HTML exist in the textarea, if HTML exist it will automatically switch to preview mode* added textToHTML converter... which will escape < and > to $gt; & $lt; also linebreak will be convert to <br>* added smaller size option in fckeditor_style.css & fckcontroller.css* change the title field to use smaller fckeditor instead