template « Import « JSP-Servlet Q&A





1. How to use auto_import feature with FreeMarker and maven or ant (not servlet)    stackoverflow.com

I'd like to test using freemarker to automatically build my html files at compile time (not use the servlet) and want to use the auto_import feature so I don't have to ...

2. JSP Templates for error page and page imports    coderanch.com

Hi, I was using the feature called JSP templates in my application to encapsulate Webpage layout for modular design. I followed this article from javaworld: http://www.javaworld.com/javaworld/jw-09-2000/jw-0915-jspweb.html Everything is fine except for error page usage and using page import tags. If anybody has used this feature in JSP templates and has successfully implemented error page, please let me know. What I want ...