sps / mustache-spring-view

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

how to support {{>}} #2

Closed yiminghe closed 7 years ago

yiminghe commented 13 years ago

i modified some codes from your trunk , but it is still impefect , now it needs fullpath :

{{> /WEB-INF/mustache/header.htm}} {{> /WEB-INF/mustache/following_footer.htm}}

is there a way to allow just view name or relative path ?

agentgt commented 12 years ago

I have added this support on my own. I'll fork this repo and post how.

agentgt commented 12 years ago

I added partial support on my own fork: https://github.com/agentgt/mustache-spring-view

jeromevdl commented 11 years ago

Is there any plan to merge with the sps version, since your project is not available on maven central ?

ghost commented 10 years ago

Just a +1 for this request. I'm getting NullPointerException when trying to use partials with both JMustache or mustache.java

sps commented 7 years ago

Closing as stale. Partials are well supported now.