Top "Freemarker" questions

FreeMarker is a Java based template engine, a generic tool to generate text output (anything from HTML to autogenerated source code) based on templates.

How to set null to a variable in freemarker

I can't find anything related to this on any question, and it is something really basic, but I can't figure …

freemarker
How can I introspect a freemarker template to find out what variables it uses?

I'm not at all sure that this is even a solvable problem, but supposing that I have a freemarker template, …

java freemarker
How to get the current year from freemarker template

I have use the ${.now} to get the current time stamp inside the freemarker templates, but I want to know …

date freemarker
Getting comma inside value of long type at freemarker page

I am having some strange problem and its really frustating me. I have a list of Car bean in request …

java freemarker
How do I use a template code generator (eg freemarker) in Maven?

How would you structure Freemarker (or an alternative) as a templating code generator into a Maven project? I'm pretty new …

java maven-2 freemarker templating
header and footer and freemarker

My website has a consistant header and footer that I want on all pages. What is the best way to …

java spring spring-mvc freemarker