Description of problem: The internal Template content type allows the admin to upload JSP templates for displaying content items. There is, however, no easy way for the administrator to test whether the JSP they are uploading will work outside of the the system. Thus they have to upload it, publish the template, try and view an item & then see if there were any errors. This debugging cycle is very time consuming & unreliable. What is required is for the form validator on the body text to run the JSP code through the compiler & display anys errors straight away. This could be achieved by using the Jakarta JSP engine - Jasper. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Closing old tickets