jreijn / spring-comparing-template-engines

Demo project to show different Java templating engines in combination with Spring MVC
Apache License 2.0
422 stars 116 forks source link

Add HTTL as template engine #2

Closed jreijn closed 8 years ago

jreijn commented 10 years ago

http://httl.github.io/en/ seems like another nice example of a template engine which can be added to this general overview.

Vest commented 8 years ago

I think you can close this issue, because this template has already been added: /httl/index-httl.httl. Actually I found a small issue in your example that I couldn't unfortunately solve. On my PC this expression is not evaluated: ${"example.title".message}. The framework doesn't read values from messages.properties.

jreijn commented 8 years ago

You are right. I'll close the issue for now.

Vest commented 8 years ago

Thanks. If possible, please take a look at the expression. If you have time or course. Sorry, for disturbing you.