Template « Tag « JSP-Servlet Q&A





1. JSP tricks to make templating easier?    stackoverflow.com

At work I've been tasked with turning a bunch of HTML files into a simple JSP project. It's really all static, no serverside logic to program. I should mention I'm completely ...

2. JSP tags in a Freemarker template    stackoverflow.com

I want to use some custom tags in a freemarker template which is easy enough as I can include the JspSupportServlet in my web.xml file and include the folowing line in ...