sps / mustache-spring-view

java spring framework mvc view for Mustache.js templates
68 stars 31 forks source link

MustacheviewResolver + InternalResourceViewResolver #9

Closed jeromevdl closed 11 years ago

jeromevdl commented 11 years ago

Is it possible to chain MustacheViewResolver and InternalResourceViewResolver in order to have both mustache templating and jstl/spring templating ex: <c:if> <spring:message>

smokku commented 11 years ago

a) It's not the way you do it in mustache. Use: {{#var}}...{{/var}} syntax b) See https://github.com/sps/mustache-spring-view/pull/5